background transparent for input to allow placeholder to work

This commit is contained in:
Matthew Griffith 2019-07-04 11:21:30 -04:00
parent 37bd5b70ef
commit aab80e2fbc

View File

@ -1197,6 +1197,7 @@ baseSheet =
-- chrome and safari have a minimum recognized line height for text input of 1.05
-- If it's 1, it bumps up to something like 1.2
[ Prop "line-height" "1.05"
, Prop "background" "transparent"
]
, Descriptor (dot classes.single)
elDescription