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

This commit is contained in:
Hinaloe 2019-12-05 08:51:07 +09:00 committed by Eugen Rochko
parent 76adde4fe2
commit eb551c480d
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;
}
}
}