From cb165ec865902c8f8d939bef6725fca4f272a7ef Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 21 Sep 2015 22:42:30 -0500 Subject: [PATCH] fix(actionsheet): md activated Closes #140 --- ionic/components/action-sheet/action-sheet.scss | 1 - ionic/components/action-sheet/modes/ios.scss | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ionic/components/action-sheet/action-sheet.scss b/ionic/components/action-sheet/action-sheet.scss index e4b99b8db9..8ccb1450fd 100644 --- a/ionic/components/action-sheet/action-sheet.scss +++ b/ionic/components/action-sheet/action-sheet.scss @@ -61,7 +61,6 @@ action-sheet-wrapper { button.activated { box-shadow: none; border-color: $action-sheet-options-border-color; - color: $action-sheet-options-text-color; background: $action-sheet-options-background-active-color; } } diff --git a/ionic/components/action-sheet/modes/ios.scss b/ionic/components/action-sheet/modes/ios.scss index 76ca5b4dd7..ae9cc212ae 100644 --- a/ionic/components/action-sheet/modes/ios.scss +++ b/ionic/components/action-sheet/modes/ios.scss @@ -26,6 +26,13 @@ ion-action-sheet { .action-sheet-container { padding: 0 $action-sheet-ios-group-margin; + + button.activated { + box-shadow: none; + border-color: $action-sheet-options-border-color; + color: $action-sheet-options-text-color; + background: $action-sheet-options-background-active-color; + } } ion-action-sheet button {