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

@@ -16,7 +16,7 @@
* @prop --placeholder-font-weight: Font weight of the input placeholder text
* @prop --placeholder-opacity: Opacity of the input placeholder text
*/
--placeholder-color: currentColor;
--placeholder-color: initial;
--placeholder-font-style: inherit;
--placeholder-font-weight: inherit;
--placeholder-opacity: .5;