Browse Source

[Glitch] Improve poll link accessibility

Port 0402c52f28 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
Maciek Baron 5 years ago
committed by Thibaut Girka
parent
commit
14d855c429
1 changed files with 6 additions and 3 deletions
  1. +6
    -3
      app/javascript/flavours/glitch/styles/polls.scss

+ 6
- 3
app/javascript/flavours/glitch/styles/polls.scss View File

@ -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