Skip to content

Commit

Permalink
[ButtonGroup] Fix double box-shadow styling on hover of contained But…
Browse files Browse the repository at this point in the history
…tonGroups
  • Loading branch information
Alec Ananian committed Jun 22, 2020
1 parent 49eb56a commit 5a0693a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/material-ui/src/ButtonGroup/ButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ export const styles = (theme) => ({
/* Styles applied to the children if `variant="contained"`. */
groupedContained: {
boxShadow: 'none',
'&:hover': {
boxShadow: 'none',
},
},
/* Styles applied to the children if `variant="contained"` and `orientation="horizontal"`. */
groupedContainedHorizontal: {
Expand Down

0 comments on commit 5a0693a

Please sign in to comment.