fix poll input active style (#26162)

local
Trevor Wolf 10 months ago committed by GitHub
parent 50ff3d3342
commit 49d2e8979f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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;

Loading…
Cancel
Save