Skip to content

Commit

Permalink
[ButtonBase] Remove dead style (#15503)
Browse files Browse the repository at this point in the history
* use JSS for ripple effect

* fix formatting error

* use single function to pass props into styles

* alter TouchRipple to avoid needing index

* revert Ripple changes
  • Loading branch information
koshea authored and oliviertassinari committed Apr 27, 2019
1 parent 3aa83d0 commit 2740f12
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/material-ui/src/ButtonBase/TouchRipple.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ export const styles = theme => ({
},
/* Styles applied to the internal `Ripple` components `ripple` class. */
ripple: {
width: 50,
height: 50,
left: 0,
top: 0,
opacity: 0,
position: 'absolute',
},
Expand Down

0 comments on commit 2740f12

Please sign in to comment.