Skip to content

Commit 56bfe99

Browse files
Merge branch 'feature/RIVS-296-Multiple_elements_to_lists' into build/feature/RIVS-296-Multiple_elements_to_lists
2 parents c08346b + 2884ef5 commit 56bfe99

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)