mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
feat(menu-button): add variables for hover and focused states (#18434)
references #18279
This commit is contained in:
@ -31,7 +31,8 @@
|
||||
--color: initial;
|
||||
--color-activated: initial;
|
||||
--color-focused: initial;
|
||||
--background-focused: #{current-color(contrast, .1)};
|
||||
--background-hover: #{current-color(contrast, .08)};
|
||||
--background-focused: #{current-color(contrast, .24)};
|
||||
}
|
||||
|
||||
:host-context(.ion-color)::slotted(*) .button-solid {
|
||||
|
||||
Reference in New Issue
Block a user