[Glitch] Improve poll link accessibility

Port fc40391743 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
th-downstream
Maciek Baron 6 years ago committed by Thibaut Girka
parent f625501c05
commit e060819020

@ -118,11 +118,14 @@
text-decoration: underline;
font-size: inherit;
&:hover,
&:focus,
&:active {
&:hover {
text-decoration: none;
}
&:active,
&:focus {
background-color: rgba($dark-text-color, .1);
}
}
.button {

Loading…
Cancel
Save