Skip to content

Commit 94df957

Browse files
committed
fix(combobox): retain border values for S1
1 parent e9b8a1d commit 94df957

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/young-cheetahs-peel.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@spectrum-css/combobox": patch
3+
"@spectrum-css/tokens": patch
4+
---
5+
6+
Bug fix to retain border color values in S1 for combobox [SWC-582]

components/combobox/themes/spectrum.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
@container style(--system: spectrum) {
1919
.spectrum-Combobox {
20+
--spectrum-combobox-border-color-focus: var(--spectrum-gray-500);
21+
--spectrum-combobox-border-color-focus-hover: var(--spectrum-gray-600);
22+
--spectrum-combobox-border-color-key-focus: var(--spectrum-gray-600);
23+
2024
--spectrum-combobox-background-color-disabled: var(--spectrum-disabled-background-color);
2125
}
2226
}

0 commit comments

Comments
 (0)