0
0
Fork 0

Fix placeholder colors for inputs not being explicitly defined (#11890)

Fix #11841
This commit is contained in:
Eugen Rochko 2019-09-19 19:58:40 +02:00 committed by GitHub
parent 129bc871a0
commit b6df9c1067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 52 additions and 18 deletions

View file

@ -338,6 +338,10 @@ code {
border-radius: 4px;
padding: 10px;
&::placeholder {
color: lighten($darker-text-color, 4%);
}
&:invalid {
box-shadow: none;
}