Skip to content

Commit bbbcbbc

Browse files
Merge pull request #185 from RedisInsight/feature/bugfix
#RIVS-277 - [Regression] Incorrect displaying in white theme
2 parents e394943 + 2169fbd commit bbbcbbc

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)