fix poll input active style (#26162)

This commit is contained in:
KMY 2023-07-26 09:29:48 +09:00
parent 5cd97aa3cb
commit ee008fe389

View file

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