fix(color): edge currentColor bug (#16177)

fixes #16168
This commit is contained in:
Manu MA
2018-11-01 18:14:31 +01:00
committed by Adam Bradley
parent 1935deb012
commit fce30ebc06
11 changed files with 16 additions and 16 deletions

View File

@ -24,8 +24,8 @@
// --------------------------------------------------
:host-context(.ion-color)::slotted(*) .button {
--color: currentColor;
--color-activated: currentColor;
--color: initial;
--color-activated: initial;
}

View File

@ -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;
}