Skip to content

Commit

Permalink
fix ripple style
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 20, 2020
1 parent c77ae7f commit 42b97a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/material-ui/src/Breadcrumbs/BreadcrumbCollapsed.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@ import ButtonBase from '../ButtonBase';
const styles = theme => ({
root: {
display: 'flex',
},
icon: {
width: 24,
height: 16,
marginLeft: theme.spacing(0.5),
marginRight: theme.spacing(0.5),
backgroundColor: theme.palette.grey[100],
color: theme.palette.grey[700],
borderRadius: 2,
marginLeft: theme.spacing(0.5),
marginRight: theme.spacing(0.5),
cursor: 'pointer',
'&:hover, &:focus': {
backgroundColor: theme.palette.grey[200],
Expand All @@ -26,6 +22,10 @@ const styles = theme => ({
backgroundColor: emphasize(theme.palette.grey[200], 0.12),
},
},
icon: {
width: 24,
height: 16,
},
});

/**
Expand Down

0 comments on commit 42b97a6

Please sign in to comment.