[Glitch] Highlight border when focusing poll-form footer
Port eb551c480d
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
510e527663
commit
d4c22d48df
|
@ -185,6 +185,10 @@
|
|||
select {
|
||||
width: 100%;
|
||||
flex: 1 1 50%;
|
||||
|
||||
&:focus {
|
||||
border-color: $highlight-text-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue