about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/polls.scss
diff options
context:
space:
mode:
authorHinaloe <hina@hinaloe.net>2019-12-05 08:51:07 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-12-05 00:51:07 +0100
commiteb551c480d4c687d75d6bc94915adfcd8aae93fb (patch)
treeb6a678a3e70c15ab1dc5aa331247ff78ccebebc5 /app/javascript/styles/mastodon/polls.scss
parent76adde4fe28377c7507a4f5380f1150d65de98eb (diff)
Highlight border when focusing poll-form footer (#12544)
Diffstat (limited to 'app/javascript/styles/mastodon/polls.scss')
-rw-r--r--app/javascript/styles/mastodon/polls.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/polls.scss b/app/javascript/styles/mastodon/polls.scss
index 833f77009..d7d850a1e 100644
--- a/app/javascript/styles/mastodon/polls.scss
+++ b/app/javascript/styles/mastodon/polls.scss
@@ -177,6 +177,10 @@
     button,
     select {
       flex: 1 1 50%;
+
+      &:focus {
+        border-color: $highlight-text-color;
+      }
     }
   }