mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
fix(actionsheet): fix md ripple on actionsheet
This commit is contained in:
@ -34,12 +34,14 @@ $action-sheet-md-icon-margin: 0 28px 0 0 !default;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-sheet-button {
|
.action-sheet-button {
|
||||||
|
position: relative;
|
||||||
padding: $action-sheet-md-button-padding;
|
padding: $action-sheet-md-button-padding;
|
||||||
min-height: $action-sheet-md-button-min-height;
|
min-height: $action-sheet-md-button-min-height;
|
||||||
font-size: $action-sheet-md-button-font-size;
|
font-size: $action-sheet-md-button-font-size;
|
||||||
color: $action-sheet-md-button-text-color;
|
color: $action-sheet-md-button-text-color;
|
||||||
background: $action-sheet-md-button-background;
|
background: $action-sheet-md-button-background;
|
||||||
text-align: $action-sheet-md-text-align;
|
text-align: $action-sheet-md-text-align;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
&.activated {
|
&.activated {
|
||||||
background: $action-sheet-md-button-background-activated;
|
background: $action-sheet-md-button-background-activated;
|
||||||
|
Reference in New Issue
Block a user