mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
Dropdown CSS fix
workaround to remove duplicate highlights.
This commit is contained in:
@@ -72,11 +72,11 @@ div.compact{
|
||||
padding: 0.05em 0;
|
||||
}
|
||||
|
||||
.gradio-dropdown ul.options li.item.selected {
|
||||
.gradio-dropdown ul.options li.item:not(:has(.hide)) {
|
||||
background-color: var(--neutral-100);
|
||||
}
|
||||
|
||||
.dark .gradio-dropdown ul.options li.item.selected {
|
||||
.dark .gradio-dropdown ul.options li.item:not(:has(.hide)) {
|
||||
background-color: var(--neutral-900);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user