From f51a3f596ff873ee2238c0dba8a198d289e6df8c Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Fri, 4 Mar 2016 12:29:41 -0600 Subject: [PATCH] fix(actionsheet): fix md ripple on actionsheet --- ionic/components/action-sheet/action-sheet.md.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ionic/components/action-sheet/action-sheet.md.scss b/ionic/components/action-sheet/action-sheet.md.scss index e11f83599e..c319695746 100644 --- a/ionic/components/action-sheet/action-sheet.md.scss +++ b/ionic/components/action-sheet/action-sheet.md.scss @@ -34,12 +34,14 @@ $action-sheet-md-icon-margin: 0 28px 0 0 !default; } .action-sheet-button { + position: relative; padding: $action-sheet-md-button-padding; min-height: $action-sheet-md-button-min-height; font-size: $action-sheet-md-button-font-size; color: $action-sheet-md-button-text-color; background: $action-sheet-md-button-background; text-align: $action-sheet-md-text-align; + overflow: hidden; &.activated { background: $action-sheet-md-button-background-activated;