fix poll input active style (#26162)

lolsob-rspec
Trevor Wolf 2023-07-25 21:39:15 +10:00 committed by GitHub
parent 2a0b6be46a
commit e6475f79d7
1 changed files with 5 additions and 0 deletions

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;