enhance(ux): support do not remind me for the shui confirm dialog

This commit is contained in:
charlie
2024-08-26 16:34:53 +08:00
parent 81b17a903e
commit 3d582c9cda
4 changed files with 79 additions and 46 deletions

View File

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