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 {
|
||||
@include has-fa-icon(trash-alt, regular);
|
||||
color: $delete;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
color: $link-hover;
|
||||
&:not(:hover):not(:active) {
|
||||
color: $delete;
|
||||
}
|
||||
|
||||
&::before {
|
||||
|
||||
Reference in New Issue
Block a user