-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Drawer list with ripple #526
Comments
Issue seems to be with @traviskaufman Also, we should add |
This is what you were looking for, right? |
@vivekmarakana the |
Thanks for doing that digging @mhuebert! Submitting a fix. |
Fix on the drawer works great - I'm now implementing mdcSimpleMenu, and we have the same problem there because of this rule: .mdc-simple-menu .mdc-list-group, .mdc-simple-menu .mdc-list {
padding: 0;
} In the screenshot below, the second ListItem in the SimpleMenu has a ripple, the first does not: I imagine the fix can be almost the same as for the drawer. (Not sure if there is a more general way to solve this) |
Using ripple on drawer the width is bigger than the 100% of the parent width. End detail is hidden. You can se here https://carlitux.github.io/material-toolbox |
http://codepen.io/Shyam-Chen/pen/RVPexY?editors=1010
The text was updated successfully, but these errors were encountered: