[Glitch] Highlight border when focusing poll-form footer

Port 26dedf7857 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Hinaloe 2019-12-05 08:51:07 +09:00 committed by Thibaut Girka
parent 5ccd525287
commit e3cac8df6d

View file

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