Change account moderation notes to make links clickable (#22553)
* Change account moderation notes to make links clickable Fixes #22539 * Fix styling of account moderation note links
This commit is contained in:
@ -1572,6 +1572,15 @@ a.sparkline {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: $highlight-text-color;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__actions {
|
||||
|
Reference in New Issue
Block a user