mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix(ui): incorrect background color of the references blocks item container
This commit is contained in:
@@ -479,6 +479,7 @@
|
||||
|
||||
.color-level {
|
||||
background-color: or(--ls-right-sidebar-content-background, --lx-gray-02, --color-level-1);
|
||||
|
||||
.dark & {
|
||||
background-color: or(--ls-right-sidebar-content-background, --lx-gray-01, --color-level-1);
|
||||
}
|
||||
@@ -740,3 +741,19 @@ html.is-mac {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.references-blocks {
|
||||
&-wrap {
|
||||
.foldable-title {
|
||||
@apply ml-3;
|
||||
|
||||
.block-control {
|
||||
@apply relative right-[-5px] top-[1px];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-item {
|
||||
@apply bg-gray-03 rounded p-4;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user