Skip to content

Commit

Permalink
fix(list): item content doesn't have background on pan
Browse files Browse the repository at this point in the history
Ensure the inner container of the list item inherits the background and
color from its wrapping parent
  • Loading branch information
simeonoff committed Jul 29, 2019
1 parent 1962455 commit 02584e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@
position: relative;
padding: map-get($list-item-padding, 'comfortable');
border-radius: --var($theme, 'item-border-radius');
background: inherit;
z-index: 2;
}

Expand Down

0 comments on commit 02584e8

Please sign in to comment.