mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(button): update solid buttons to use tint and shade colors (#18537)
This commit is contained in:
@ -124,7 +124,7 @@
|
||||
|
||||
@media (any-hover: hover) {
|
||||
:host(.button-solid.ion-color:hover) .button-native {
|
||||
background: #{current-color(base, .92)};
|
||||
background: #{current-color(tint)};
|
||||
}
|
||||
|
||||
:host(.button-clear.ion-color:hover) .button-native,
|
||||
|
||||
Reference in New Issue
Block a user