forked from MarseyWorld/MarseyWorld
remove unnecessary manipulation of icon color
parent
2529643b46
commit
5db499e222
|
@ -3836,9 +3836,6 @@ label.terms {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.dropdown-item:hover .fas, .dropdown-item:focus .fas, .dropdown-item.active .fas, .dropdown-item:hover .far, .dropdown-item:focus .far, .dropdown-item.active .far .dropdown-item:hover .fa, .dropdown-item:focus .fa, .dropdown-item.active .fa {
|
|
||||||
color: var(--black);
|
|
||||||
}
|
|
||||||
small, .small {
|
small, .small {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
@ -4229,9 +4226,6 @@ small, .small {
|
||||||
.post-actions .dropdown-item:active .fa, .post-actions .dropdown-item:active .fas {
|
.post-actions .dropdown-item:active .fa, .post-actions .dropdown-item:active .fas {
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
}
|
}
|
||||||
.post-actions .dropdown-item:hover .fa, .post-actions .dropdown-item:hover .fas {
|
|
||||||
color: var(--gray);
|
|
||||||
}
|
|
||||||
.post-actions:hover, .post-actions:focus {
|
.post-actions:hover, .post-actions:focus {
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue