mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(actionsheet): hover color
This commit is contained in:
@ -52,10 +52,6 @@ action-sheet-wrapper {
|
|||||||
|
|
||||||
color: $action-sheet-options-text-color;
|
color: $action-sheet-options-text-color;
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: $action-sheet-options-text-color;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button.activated {
|
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 {
|
ion-action-sheet button {
|
||||||
min-height: $action-sheet-ios-height;
|
min-height: $action-sheet-ios-height;
|
||||||
padding: $action-sheet-ios-padding;
|
padding: $action-sheet-ios-padding;
|
||||||
|
Reference in New Issue
Block a user