[Glitch] Highlight border when focusing poll-form footer

Port eb551c480d to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
Hinaloe 2019-12-05 08:51:07 +09:00 committed by Thibaut Girka
parent 510e527663
commit d4c22d48df
1 changed files with 4 additions and 0 deletions

View File

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