Skip to content

Commit

Permalink
[ListItem] Fix background-color bug on mobile (mui#12960) (mui#12976)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryusaka authored and marcelpanse committed Oct 2, 2018
1 parent 7aff834 commit 67a4f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/ListItem/ListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const styles = theme => ({
textAlign: 'left',
paddingTop: 12,
paddingBottom: 12,
'&$selected': {
'&$selected, &$selected:hover': {
backgroundColor: theme.palette.action.selected,
},
},
Expand Down

0 comments on commit 67a4f8a

Please sign in to comment.