Skip to content

Commit

Permalink
fix poll input active style (mastodon#26162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Wolf authored Jul 25, 2023
1 parent 50ff3d3 commit 49d2e89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/javascript/styles/mastodon/polls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@
border-width: 4px;
}

&.active {
background-color: $ui-button-focus-background-color;
border-color: $ui-button-focus-background-color;
}

&::-moz-focus-inner {
outline: 0 !important;
border: 0;
Expand Down

0 comments on commit 49d2e89

Please sign in to comment.