Simplify hover color in link to delete comments

Since we were using the default color, we can do so without overwriting
it twice.
This commit is contained in:
Javi Martín
2022-10-11 02:30:24 +02:00
parent 335f0d8bde
commit 3c8d97fc57

View File

@@ -1857,11 +1857,9 @@ table {
.delete-comment {
@include has-fa-icon(trash-alt, regular);
color: $delete;
&:hover,
&:active {
color: $link-hover;
&:not(:hover):not(:active) {
color: $delete;
}
&::before {