diff options
author | Hinaloe <hina@hinaloe.net> | 2019-12-05 08:51:07 +0900 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-12-07 15:48:26 +0100 |
commit | d4c22d48df62c33d6fea59691fca3c3bf6c15cd3 (patch) | |
tree | 7763108d57b34ee6981faed391cf21bceb1c63b6 /app/javascript | |
parent | 510e527663735ee421f99e1c54c77db7fa58806d (diff) |
[Glitch] Highlight border when focusing poll-form footer
Port eb551c480d4c687d75d6bc94915adfcd8aae93fb to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/flavours/glitch/styles/polls.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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; + } } } |