Browse Source

[Glitch] Highlight border when focusing poll-form footer

Port eb551c480d to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
Hinaloe 4 years ago
committed by Thibaut Girka
parent
commit
d4c22d48df
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/flavours/glitch/styles/polls.scss

+ 4
- 0
app/javascript/flavours/glitch/styles/polls.scss View File

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

Loading…
Cancel
Save