[Glitch] fix poll input active style

Port 49d2e8979f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
th-downstream
Trevor Wolf 1 year ago committed by Claire
parent e48a6a5f2c
commit e92dde0b16

@ -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