mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
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:
@@ -39,7 +39,8 @@
|
|||||||
padding-bottom: $gutter-half;
|
padding-bottom: $gutter-half;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
.placeholder {
|
.placeholder,
|
||||||
|
.placeholder-conditional {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user