]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Highlight border when focusing poll-form footer
authorHinaloe <hina@hinaloe.net>
Wed, 4 Dec 2019 23:51:07 +0000 (08:51 +0900)
committerThibaut Girka <thib@sitedethib.com>
Sat, 7 Dec 2019 14:48:26 +0000 (15:48 +0100)
Port eb551c480d4c687d75d6bc94915adfcd8aae93fb to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/polls.scss

index b43da1e281c215b08fddd13e2b5bf103d0a80f26..49d0e7f71b30411a3e2b8520d5dee6e4ffc0c0a2 100644 (file)
     select {
       width: 100%;
       flex: 1 1 50%;
+
+      &:focus {
+        border-color: $highlight-text-color;
+      }
     }
   }