Skip to content

Commit

Permalink
proposal n°2
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 23, 2019
1 parent dd8294b commit 9bd33d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/material-ui/src/ListItem/ListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export const styles = theme => ({
paddingBottom: 8,
'&$focusVisible': {
backgroundColor: theme.palette.action.hover,
outline: `${fade(theme.palette.primary.main, 0.5)} solid 2px`,
outlineOffset: -2,
},
'&$selected, &$selected:hover': {
backgroundColor: fade(theme.palette.primary.main, theme.palette.action.selectedOpacity),
Expand Down

0 comments on commit 9bd33d3

Please sign in to comment.