fix(actionsheet): hover color

This commit is contained in:
Adam Bradley
2015-09-21 23:09:33 -05:00
parent e6c620840b
commit 4a8aa9d653
2 changed files with 4 additions and 4 deletions

View File

@ -52,10 +52,6 @@ action-sheet-wrapper {
color: $action-sheet-options-text-color;
font-size: 21px;
&:hover {
color: $action-sheet-options-text-color;
}
}
button.activated {

View File

@ -35,6 +35,10 @@ ion-action-sheet {
}
}
.enable-hover .action-sheet-container button:hover {
color: $action-sheet-options-text-color;
}
ion-action-sheet button {
min-height: $action-sheet-ios-height;
padding: $action-sheet-ios-padding;