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

@ -4,7 +4,7 @@
// --------------------------------------------------
:host {
--color: currentColor;
--color: initial;
}
button {