Skip to content

Commit

Permalink
[Button] Fixed outlined border color if disabled
Browse files Browse the repository at this point in the history
It put to much emphasis on the button
  • Loading branch information
eps1lon committed Apr 7, 2019
1 parent 0c91ad0 commit efb6af5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/material-ui/src/Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ export const styles = theme => ({
border: `1px solid ${
theme.palette.type === 'light' ? 'rgba(0, 0, 0, 0.12)' : 'rgba(255, 255, 255, 0.12)'
}`,
'&$disabled': {
border: `1px solid ${theme.palette.action.disabled}`,
},
},
/* Styles applied to the root element if `variant="outlined"` and `color="primary"`. */
outlinedPrimary: {
Expand Down

0 comments on commit efb6af5

Please sign in to comment.