consolidate opacity

master
Aevann 2024-10-24 19:01:03 +03:00
parent d77fd705de
commit 6bfd7ffe0e
1 changed files with 1 additions and 7 deletions

View File

@ -798,9 +798,6 @@ textarea.form-control {
line-height: 1.5;
border-radius: 0.35rem;
}
.btn:hover {
opacity: 0.6;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
@ -6437,10 +6434,6 @@ g {
vertical-align: middle;
}
.btn:active {
opacity: 0.65;
}
.ghostdiv {
display: block;
white-space: pre-wrap;
@ -7819,6 +7812,7 @@ p:empty + p { /* poll margin */
width: 285px;
}
.btn:focus, .btn:hover, .btn:active,
.post-actions > .list-inline > .list-inline-item:focus,
.post-actions > .list-inline > .list-inline-item:hover,
.post-actions > .list-inline > .list-inline-item:active {