forked from MarseyWorld/MarseyWorld
consolidate opacity
parent
d77fd705de
commit
6bfd7ffe0e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue