[Glitch] fix poll input active style
Port e6475f79d7
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
parent
fef9f157a9
commit
b3fc8aacd9
|
@ -134,6 +134,11 @@
|
||||||
border-width: 4px;
|
border-width: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
background-color: $ui-button-focus-background-color;
|
||||||
|
border-color: $ui-button-focus-background-color;
|
||||||
|
}
|
||||||
|
|
||||||
&::-moz-focus-inner {
|
&::-moz-focus-inner {
|
||||||
outline: 0 !important;
|
outline: 0 !important;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in New Issue