fix(actionsheet): fix md ripple on actionsheet

This commit is contained in:
Adam Bradley
2016-03-04 12:29:41 -06:00
parent 6daa0696c4
commit f51a3f596f

View File

@ -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;