add opacity to desktop post actions

master
Aevann 2024-10-24 18:59:17 +03:00
parent 75c1586284
commit d77fd705de
1 changed files with 6 additions and 0 deletions

View File

@ -7819,6 +7819,12 @@ p:empty + p { /* poll margin */
width: 285px;
}
.post-actions > .list-inline > .list-inline-item:focus,
.post-actions > .list-inline > .list-inline-item:hover,
.post-actions > .list-inline > .list-inline-item:active {
opacity: 0.6;
}
.nav-item:focus, .nav-item:hover, .nav-item:active,
.modal .post-actions .btn-link:focus, .modal .post-actions .btn-link:hover, .modal .post-actions .btn-link:active {
opacity: 1 !important;