fix poll input active style (#26162)
1 files changed, 5 insertions(+), 0 deletions(-) M app/javascript/styles/mastodon/polls.scss
M app/javascript/styles/mastodon/polls.scss => app/javascript/styles/mastodon/polls.scss +5 -0
@@ 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;