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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user