Fix placeholder colors for inputs not being explicitly defined (#11890)
Fix #11841
This commit is contained in:
parent
129bc871a0
commit
b6df9c1067
3 changed files with 52 additions and 18 deletions
|
@ -338,6 +338,10 @@ code {
|
|||
border-radius: 4px;
|
||||
padding: 10px;
|
||||
|
||||
&::placeholder {
|
||||
color: lighten($darker-text-color, 4%);
|
||||
}
|
||||
|
||||
&:invalid {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue