Skip to content

Commit 47b1b1e

Browse files
authored
Merge pull request #186 from RedisInsight/main
bugfix
2 parents 52d1d18 + bbbcbbc commit 47b1b1e

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)