Make text transparent on conditional placeholders

Otherwise you have a visible copy of the text underlapping the text in the textbox. Which, when they don’t quite align makes the text look bold. Seems to be more noticeable on some browsers/operating systems than others, but a bug all the same.
This commit is contained in:
Chris Hill-Scott
2019-10-11 10:05:51 +01:00
committed by GitHub
parent 1cfb42c1e1
commit 5d82dc8b36

View File

@@ -39,7 +39,8 @@
padding-bottom: $gutter-half;
z-index: 10;
.placeholder {
.placeholder,
.placeholder-conditional {
color: transparent;
}