Skip to content
Snippets Groups Projects
Commit 0659d2fd authored by HJ's avatar HJ :fire:
Browse files

Merge branch 'patch-1' into 'develop'

Make select tag use --inputText as text color

See merge request !693
parents 96f9eab7 4ace0866
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!693Make select tag use --inputText as text color
Pipeline #9164 passed
......@@ -154,7 +154,7 @@ input, textarea, .select {
background: transparent;
border: none;
color: $fallback--text;
color: var(--text, $fallback--text);
color: var(--inputText, --text, $fallback--text);
margin: 0;
padding: 0 2em 0 .2em;
font-family: sans-serif;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment