Make select tag use --inputText as text color
This commit is contained in:
parent
96f9eab700
commit
4ace0866da
@ -154,7 +154,7 @@ input, textarea, .select {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
color: $fallback--text;
|
color: $fallback--text;
|
||||||
color: var(--text, $fallback--text);
|
color: var(--inputText, --text, $fallback--text);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 2em 0 .2em;
|
padding: 0 2em 0 .2em;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
Loading…
Reference in New Issue
Block a user