fix(actionSheet): fix md action sheet ripple

This commit is contained in:
Adam Bradley
2015-12-30 21:37:59 -06:00
parent 948e5e2870
commit 3b66b0f96d

View File

@ -29,6 +29,8 @@ $action-sheet-md-icon-margin: 0 28px 0 0 !default;
}
.action-sheet-button {
position: relative;
overflow: hidden;
padding: $action-sheet-md-button-padding;
min-height: $action-sheet-md-height;
font-size: $action-sheet-md-button-font-size;