fix(actionsheet): md activated

Closes #140
This commit is contained in:
Adam Bradley
2015-09-21 22:42:30 -05:00
parent b1b4dba273
commit cb165ec865
2 changed files with 7 additions and 1 deletions

View File

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

View File

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