Skip to content

Commit abd944b

Browse files
committed
RIVS-300 Dropdown with options is not visible for white theme
1 parent 64dcf28 commit abd944b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/webviews/src/modules/add-key/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
.select {
2727
@apply h-full w-full bg-vscode-dropdown-background ;
28-
28+
border: calc(var(--border-width)* 1px) solid var(--dropdown-border);
2929
&::part(control) {
3030
@apply border-vscode-dropdown-background;
3131
}

src/webviews/src/modules/key-details/components/list-details/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.select {
66
@apply h-full w-full bg-vscode-dropdown-background ;
7-
7+
border: calc(var(--border-width)* 1px) solid var(--dropdown-border);
88
&::part(control) {
99
@apply border-vscode-dropdown-background;
1010
}

0 commit comments

Comments
 (0)