fix(ui): default text color for the sub menu content

pull/11491/head
charlie 2024-08-28 10:06:25 +08:00
parent 7a96fc0e32
commit a1ee76edc5
2 changed files with 4 additions and 1 deletions

View File

@ -277,7 +277,7 @@ div[data-radix-popper-content-wrapper] {
background-color: or(--lx-accent-08-alpha, --color-level-4);
}
.ui__dropdown-menu-content {
.ui__dropdown-menu-content, div[data-radix-menu-content] {
@apply overflow-y-auto;
&[data-side=top] {

View File

@ -385,6 +385,9 @@ a.control-link {
&:hover a.del {
@apply flex;
}
&:hover .ls-icon-grip-vertical {
@apply opacity-80;
}
}
}
}