From: Hinaloe Date: Wed, 4 Dec 2019 23:51:07 +0000 (+0900) Subject: [Glitch] Highlight border when focusing poll-form footer X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=d4c22d48df62c33d6fea59691fca3c3bf6c15cd3;p=mastodon.git [Glitch] Highlight border when focusing poll-form footer Port eb551c480d4c687d75d6bc94915adfcd8aae93fb to glitch-soc Signed-off-by: Thibaut Girka --- diff --git a/app/javascript/flavours/glitch/styles/polls.scss b/app/javascript/flavours/glitch/styles/polls.scss index b43da1e28..49d0e7f71 100644 --- a/app/javascript/flavours/glitch/styles/polls.scss +++ b/app/javascript/flavours/glitch/styles/polls.scss @@ -185,6 +185,10 @@ select { width: 100%; flex: 1 1 50%; + + &:focus { + border-color: $highlight-text-color; + } } }