remove unnecessary manipulation of icon color

master
Aevann 2024-10-24 18:53:03 +03:00
parent 2529643b46
commit 5db499e222
1 changed files with 0 additions and 6 deletions

View File

@ -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 {
font-size: 12px;
}
@ -4229,9 +4226,6 @@ small, .small {
.post-actions .dropdown-item:active .fa, .post-actions .dropdown-item:active .fas {
color: var(--black);
}
.post-actions .dropdown-item:hover .fa, .post-actions .dropdown-item:hover .fas {
color: var(--gray);
}
.post-actions:hover, .post-actions:focus {
z-index: 4;
}