Browse Source

Highlight border when focusing poll-form footer (#12544)

master
Hinaloe 4 years ago
committed by Eugen Rochko
parent
commit
eb551c480d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/styles/mastodon/polls.scss

+ 4
- 0
app/javascript/styles/mastodon/polls.scss View File

@ -177,6 +177,10 @@
button,
select {
flex: 1 1 50%;
&:focus {
border-color: $highlight-text-color;
}
}
}

Loading…
Cancel
Save