Highlight border when focusing poll-form footer (#12544)

lolsob-rspec
Hinaloe 2019-12-05 08:51:07 +09:00 committed by Eugen Rochko
parent d37ed5bc2a
commit 26dedf7857
1 changed files with 4 additions and 0 deletions

View File

@ -177,6 +177,10 @@
button,
select {
flex: 1 1 50%;
&:focus {
border-color: $highlight-text-color;
}
}
}