fix(actionsheet): disable button hover

Closes #204
This commit is contained in:
Adam Bradley
2015-09-29 07:32:13 -05:00
parent 86670d03ee
commit db33c27b65
3 changed files with 3 additions and 12 deletions

View File

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