mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
@ -24,8 +24,8 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
:host-context(.ion-color)::slotted(*) .button {
|
||||
--color: currentColor;
|
||||
--color-activated: currentColor;
|
||||
--color: initial;
|
||||
--color-activated: initial;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -25,8 +25,8 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
:host-context(.ion-color)::slotted(*) .button {
|
||||
--color: currentColor;
|
||||
--color-activated: currentColor;
|
||||
--color: initial;
|
||||
--color-activated: initial;
|
||||
}
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
::slotted(*) .button-outline {
|
||||
--color: currentColor;
|
||||
--color: initial;
|
||||
--color-activated: currentColor;
|
||||
--background: transparent;
|
||||
--background-activated: transparent;
|
||||
@ -57,7 +57,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
::slotted(*) .button-clear {
|
||||
--color: currentColor;
|
||||
--color: initial;
|
||||
--color-activated: currentColor;
|
||||
--background: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user