logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 0659d2fd3a8dca5ff93f1b23be289ef063b2e5ca
parent: 96f9eab7009b30ea71b94c1f4de5180e25b2d75f
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Wed, 20 Mar 2019 13:12:51 +0000

Merge branch 'patch-1' into 'develop'

Make select tag use --inputText as text color

See merge request pleroma/pleroma-fe!693

Diffstat:

Msrc/App.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App.scss b/src/App.scss @@ -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;