diff options
author | Hinaloe <hina@hinaloe.net> | 2019-12-05 08:51:07 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-12-05 00:51:07 +0100 |
commit | eb551c480d4c687d75d6bc94915adfcd8aae93fb (patch) | |
tree | b6a678a3e70c15ab1dc5aa331247ff78ccebebc5 /app/javascript/styles | |
parent | 76adde4fe28377c7507a4f5380f1150d65de98eb (diff) |
Highlight border when focusing poll-form footer (#12544)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/polls.scss | 4 |
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; + } } } |