Skip to content

Commit 38bc84d

Browse files
committed
Adjust selected option hover text color
1 parent 38d41a2 commit 38bc84d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/v2/components/forms/shared/listboxStyles.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ export const listboxStyles = css`
7979
outline: none;
8080
}
8181
82+
.listbox-item-active:hover,
83+
.listbox-item-active:focus {
84+
color: var(--item-text);
85+
}
86+
8287
.listbox-item-disabled {
8388
opacity: 0.55;
8489
cursor: not-allowed;

0 commit comments

Comments
 (0)