[Glitch] Highlight border when focusing poll-form footer

Port eb551c480d to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
local
Hinaloe 5 years ago committed by Thibaut Girka
parent 510e527663
commit d4c22d48df
  1. 4
      app/javascript/flavours/glitch/styles/polls.scss

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

Loading…
Cancel
Save