mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(inputs): inherit in edge causes problems
This commit is contained in:
committed by
Manu MA
parent
59bee23734
commit
0abf992a13
@ -20,8 +20,8 @@
|
||||
--background: initial;
|
||||
--color: initial;
|
||||
--placeholder-color: initial;
|
||||
--placeholder-font-style: inherit;
|
||||
--placeholder-font-weight: inherit;
|
||||
--placeholder-font-style: initial;
|
||||
--placeholder-font-weight: initial;
|
||||
--placeholder-opacity: .5;
|
||||
--padding-top: 0;
|
||||
--padding-end: 0;
|
||||
|
||||
Reference in New Issue
Block a user