mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
enhance: remove modal border
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
&:hover, &.chosen {
|
||||
.has-help small {
|
||||
visibility: visible;
|
||||
@@ -107,14 +107,13 @@
|
||||
}
|
||||
|
||||
&-overlay div {
|
||||
--from: or(--lx-gray-03, --ls-primary-background-color);
|
||||
--from: or(--lx-gray-03, --ls-primary-background-color);
|
||||
--to: or(--lx-gray-06, --ls-quaternary-background-color);
|
||||
background-image: linear-gradient(to bottom, var(--from), var(--to));
|
||||
}
|
||||
|
||||
&-panel {
|
||||
@apply relative rounded-md shadow-xl border;
|
||||
border-color: or(--lx-gray-07, --ls-border-color);
|
||||
@apply relative rounded-md shadow-xl;
|
||||
|
||||
overflow: hidden;
|
||||
background: or(--lx-gray-04, --ls-secondary-background-color);
|
||||
@@ -431,3 +430,7 @@ 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