diff --git a/app/javascript/styles/mastodon/polls.scss b/app/javascript/styles/mastodon/polls.scss index bcc8cfaae..5bc017524 100644 --- a/app/javascript/styles/mastodon/polls.scss +++ b/app/javascript/styles/mastodon/polls.scss @@ -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;