[Glitch] fix poll input active style

Port 49d2e8979f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
local
Trevor Wolf 10 months ago committed by Claire
parent e48a6a5f2c
commit e92dde0b16
  1. 5
      app/javascript/flavours/glitch/styles/polls.scss

@ -134,6 +134,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