mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
fix: sub modal background
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
}
|
||||
|
||||
&-panel {
|
||||
@apply relative rounded-md shadow-xl;
|
||||
@apply relative rounded-md shadow-xl border-none;
|
||||
|
||||
overflow: hidden;
|
||||
background: or(--lx-gray-04, --ls-secondary-background-color);
|
||||
@@ -430,7 +430,3 @@ html.is-mobile {
|
||||
.ui__toggle-background-off {
|
||||
background: or(--logseq-og-toggle-off-background, --lx-gray-08, rgb(212, 212, 212));
|
||||
}
|
||||
|
||||
.ui__modal, .cp__modal-panel {
|
||||
border: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user