mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
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:
@ -15,6 +15,7 @@ $button-round-border-radius: 64px !default;
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
transition: background-color, opacity 100ms linear;
|
transition: background-color, opacity 100ms linear;
|
||||||
|
z-index: 0;
|
||||||
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
Reference in New Issue
Block a user