]> cat aescling's git repositories - mastodon.git/commitdiff
Highlight border when focusing poll-form footer (#12544)
authorHinaloe <hina@hinaloe.net>
Wed, 4 Dec 2019 23:51:07 +0000 (08:51 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 4 Dec 2019 23:51:07 +0000 (00:51 +0100)
app/javascript/styles/mastodon/polls.scss

index 833f77009322d657acb9237e77b88686a978b67b..d7d850a1e996ea166a23ddb2fe290f7528a322c8 100644 (file)
     button,
     select {
       flex: 1 1 50%;
+
+      &:focus {
+        border-color: $highlight-text-color;
+      }
     }
   }