Skip to content

Commit 2169fbd

Browse files
committed
#RIVS-277 - [Regression] Incorrect displaying in white theme
1 parent bebb374 commit 2169fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webviews/src/ui/select/styles.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
}
1616

1717
.option {
18-
@apply min-w-[80px] bg-vscode-input-background;
18+
@apply min-w-[80px] bg-vscode-input-background text-vscode-foreground;
1919

20-
&:hover {
20+
&:hover, &:global(.selected) {
2121
background-color: var(--vscode-sideBarTitle-background);
2222
}
2323
}

0 commit comments

Comments
 (0)