We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0059464 commit 2adbacbCopy full SHA for 2adbacb
src/unfold/styles.css
@@ -420,6 +420,10 @@ td .inline-deletelink {
420
@apply py-1;
421
}
422
423
+.select2-container .select2-results__option--highlighted[aria-selected] {
424
+ @apply !bg-base-100 dark:!bg-base-800;
425
+}
426
+
427
.select2-container.select2-container--open .select2-dropdown {
428
@apply bg-white border border-base-200 rounded-default shadow-xs dark:border-base-700 dark:bg-base-900;
429
0 commit comments