mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(actionsheet): hover color
This commit is contained in:
@ -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 {
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user