Skip to content

Commit

Permalink
Fix ripple overflowing outside the boundaries of list item (#1215)
Browse files Browse the repository at this point in the history
Fixes #1205
  • Loading branch information
gustavohenke authored and javivelasco committed Feb 19, 2017
1 parent e366bed commit 8a4b628
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/list/ListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@ const factory = (ripple, ListItemLayout, ListItemContent) => {
render() {
const {
className,
hasRipple, // eslint-disable-line no-unused-vars
ripple: hasRipple, // eslint-disable-line no-unused-vars
onClick, // eslint-disable-line no-unused-vars
onMouseDown, // eslint-disable-line no-unused-vars
onTouchStart, // eslint-disable-line no-unused-vars
ripple:
theme,
to,
...other
Expand Down

0 comments on commit 8a4b628

Please sign in to comment.