Fixed listbox color

pull/3841/head
Cagatay Civici 2023-03-29 10:37:58 +03:00
parent d37f7eb2a0
commit 3e71f65cfa
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
.p-listbox-list .p-listbox-item.p-highlight {
background-color: transparent;
box-shadow: inset 0 0 0 0.15rem var(--dd-primary);
color: var(--text-color);
}
}