mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance(ui): WIP enhance the multi select component for shui
This commit is contained in:
@@ -43,8 +43,14 @@ html {
|
||||
|
||||
&:not([data-color=logseq]) {
|
||||
.ui__dropdown-menu-item,
|
||||
div[data-radix-popper-content-wrapper] div[role=menuitem] {
|
||||
&:focus, &:hover {
|
||||
div[data-radix-popper-content-wrapper] div[data-radix-collection-item] {
|
||||
&:focus, &:hover, &.is-active {
|
||||
background-color: var(--lx-gray-04, hsl(var(--accent)));
|
||||
}
|
||||
}
|
||||
|
||||
.ui__dropdown-menu-content.has-search-key {
|
||||
> .head:focus-within + div[data-radix-collection-item] {
|
||||
background-color: var(--lx-gray-04, hsl(var(--accent)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user