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 { .delete-comment {
@include has-fa-icon(trash-alt, regular); @include has-fa-icon(trash-alt, regular);
color: $delete;
&:hover, &:not(:hover):not(:active) {
&:active { color: $delete;
color: $link-hover;
} }
&::before { &::before {