Browse Source

[Glitch] Change account moderation notes to make links clickable

Port 9b3e22c40d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
closed-social-glitch-2
Claire 1 year ago
parent
commit
9b4afb320a
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      app/javascript/flavours/glitch/styles/admin.scss

+ 9
- 0
app/javascript/flavours/glitch/styles/admin.scss View File

@ -1588,6 +1588,15 @@ a.sparkline {
margin-bottom: 0;
}
}
a {
color: $highlight-text-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
&__actions {

Loading…
Cancel
Save