[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:
parent
5ccd525287
commit
e3cac8df6d
1 changed files with 4 additions and 0 deletions
|
@ -185,6 +185,10 @@
|
|||
select {
|
||||
width: 100%;
|
||||
flex: 1 1 50%;
|
||||
|
||||
&:focus {
|
||||
border-color: $highlight-text-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue