[Glitch] Fix placeholder colors for inputs not being explicitly defined

Port b6df9c1067 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-09-19 19:58:40 +02:00
committed by Thibaut Girka
parent dbb8d9308b
commit 6c8fefb0c9
5 changed files with 56 additions and 18 deletions

View File

@ -44,6 +44,10 @@
font-family: inherit;
resize: vertical;
&::placeholder {
color: $dark-text-color;
}
&:focus { outline: 0 }
@include single-column('screen and (max-width: 630px)') { font-size: 16px }
}
@ -263,6 +267,10 @@
resize: none;
scrollbar-color: initial;
&::placeholder {
color: $dark-text-color;
}
&::-webkit-scrollbar {
all: unset;
}