Skip to content

Commit 469c597

Browse files
committed
BZ:39684 Hover color support for Svelte UI Select component
- Added hover color variable in select component to fix dashboard UI
1 parent e8ee17b commit 469c597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/Select/Select.svelte

+1
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@
271271
}
272272
273273
.select:hover {
274+
color: var(--select-hover-color, #000);
274275
background-color: var(--select-hover-bgcolor, #ffffff);
275276
}
276277

0 commit comments

Comments
 (0)