Skip to content

Commit

Permalink
Highlight border when focusing poll-form footer (mastodon#12544)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinaloe authored and Gargron committed Dec 4, 2019
1 parent 76adde4 commit eb551c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/javascript/styles/mastodon/polls.scss
Expand Up @@ -177,6 +177,10 @@
button,
select {
flex: 1 1 50%;

&:focus {
border-color: $highlight-text-color;
}
}
}

Expand Down

0 comments on commit eb551c4

Please sign in to comment.