Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d496c2

Browse files
committedMar 19, 2025
BZ-39684: feat: Hover color support for Svelte UI Select component
- Added hover color variable in select component to fix dashboard UI
1 parent e8ee17b commit 0d496c2

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)
Please sign in to comment.