[Glitch] fix poll input active style
Port 49d2e8979f
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
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;
|
||||
|
|
Reference in New Issue