add :active

master
Aevann 2024-10-24 18:54:42 +03:00
parent ccf81cad16
commit 72255a2d2d
1 changed files with 1 additions and 1 deletions

View File

@ -7819,6 +7819,6 @@ p:empty + p { /* poll margin */
width: 285px;
}
.modal .post-actions .list-group-item:focus, .modal .post-actions .list-group-item:hover {
.modal .post-actions .list-group-item:focus, .modal .post-actions .list-group-item:hover, .modal .post-actions .list-group-item:active {
background-color: var(--gray-300);
}