Skip to content

Commit

Permalink
fix(react-grid-material-ui): disable ripple on active page button (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsobolev authored Jan 18, 2018
1 parent e824855 commit c75078d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const styles = theme => ({
},
activeButton: {
fontWeight: 'bold',
cursor: 'default',
},
arrowButton: {
width: theme.spacing.unit * 4,
Expand Down Expand Up @@ -65,6 +66,7 @@ const PageButton = ({
className={buttonClasses}
disabled={isDisabled}
onClick={onClick}
disableRipple={isActive}
>
{text}
</Button>
Expand Down

0 comments on commit c75078d

Please sign in to comment.