mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-30 11:00:14 -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;
|
||||
z-index: 10;
|
||||
|
||||
.placeholder {
|
||||
.placeholder,
|
||||
.placeholder-conditional {
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user