mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
enhance(ux): support do not remind me for the shui confirm dialog
This commit is contained in:
@@ -253,6 +253,14 @@ div[data-radix-popper-content-wrapper] {
|
||||
}
|
||||
}
|
||||
|
||||
.ui__alert-dialog-content {
|
||||
&[data-mode=confirm] {
|
||||
.ui__alert-dialog-footer {
|
||||
@apply flex justify-between font-normal items-center select-none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ui__button-shortcut-key {
|
||||
@apply text-xs font-normal h-5 w-5 flex items-center justify-center rounded bg-gray-06-alpha;
|
||||
|
||||
@@ -322,14 +330,14 @@ div[data-radix-popper-content-wrapper] {
|
||||
}
|
||||
|
||||
.popper-arrow {
|
||||
fill: white;
|
||||
filter: drop-shadow(0 0 3px var(--lx-gray-12));
|
||||
clip-path: inset(0 -10px -10px -10px);
|
||||
fill: white;
|
||||
filter: drop-shadow(0 0 3px var(--lx-gray-12));
|
||||
clip-path: inset(0 -10px -10px -10px);
|
||||
}
|
||||
|
||||
.dark-theme {
|
||||
.popper-arrow {
|
||||
/* FIXME: set the best color for different themes */
|
||||
fill: none;
|
||||
}
|
||||
.popper-arrow {
|
||||
/* FIXME: set the best color for different themes */
|
||||
fill: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user