Skip to content

Commit 2adbacb

Browse files
feat: added styling to highlighted items in select2 dropdown (#1563)
1 parent 0059464 commit 2adbacb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/unfold/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,10 @@ td .inline-deletelink {
420420
@apply py-1;
421421
}
422422

423+
.select2-container .select2-results__option--highlighted[aria-selected] {
424+
@apply !bg-base-100 dark:!bg-base-800;
425+
}
426+
423427
.select2-container.select2-container--open .select2-dropdown {
424428
@apply bg-white border border-base-200 rounded-default shadow-xs dark:border-base-700 dark:bg-base-900;
425429
}

0 commit comments

Comments
 (0)