mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
parent
5947f59a04
commit
fb16ac326f
@ -238,13 +238,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fade-in-when-active {
|
.fade-in-when-active {
|
||||||
opacity: 0.6;
|
@include lightDark(opacity, 0.6, 0.7);
|
||||||
transition: opacity ease-in-out 120ms;
|
transition: opacity ease-in-out 120ms;
|
||||||
&:hover, &:focus-within {
|
&:hover, &:focus-within {
|
||||||
opacity: 1;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
@media (prefers-contrast: more) {
|
@media (prefers-contrast: more) {
|
||||||
opacity: 1;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -361,16 +361,13 @@ body.flexbox {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.tri-layout-left-contents > *, .tri-layout-right-contents > * {
|
.tri-layout-left-contents > *, .tri-layout-right-contents > * {
|
||||||
opacity: 0.6;
|
@include lightDark(opacity, 0.6, 0.7);
|
||||||
transition: opacity ease-in-out 120ms;
|
transition: opacity ease-in-out 120ms;
|
||||||
&:hover {
|
&:hover, &:focus-within {
|
||||||
opacity: 1;
|
opacity: 1 !important;
|
||||||
}
|
|
||||||
&:focus-within {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
||||||
@media (prefers-contrast: more) {
|
@media (prefers-contrast: more) {
|
||||||
opacity: 1;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -193,7 +193,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.entity-list-item.selected {
|
.entity-list-item.selected {
|
||||||
background-color: rgba(0, 0, 0, 0.08);
|
@include lightDark(background-color, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08));
|
||||||
}
|
}
|
||||||
.entity-list-item.no-hover {
|
.entity-list-item.no-hover {
|
||||||
margin-top: -$-xs;
|
margin-top: -$-xs;
|
||||||
|
Loading…
Reference in New Issue
Block a user