fix(button): add z-index to button to make sure ripple doesn't expand outside of it

The material design ripple on round and fab buttons is no longer a square but contained within the
button

fixes #5074 fixes #5148
This commit is contained in:
Brandy Carney
2016-01-22 11:36:45 -05:00
parent 4d218666fb
commit 5c334fb486

View File

@ -15,6 +15,7 @@ $button-round-border-radius: 64px !default;
align-items: center;
justify-content: center;
transition: background-color, opacity 100ms linear;
z-index: 0;
white-space: nowrap;
text-overflow: ellipsis;