fix: sub modal background

This commit is contained in:
Tienson Qin
2023-11-05 20:48:17 +08:00
parent f510ca6743
commit 4eb595cb94
3 changed files with 10 additions and 16 deletions

View File

@@ -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;
}