File tree 3 files changed +7
-1
lines changed 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @spectrum-css/search " : patch
3
+ ---
4
+
5
+ Change S2 theme border color to gray-800 on keyfocus per design request in order to align with text field.
Original file line number Diff line number Diff line change 17
17
--spectrum-search-border-color-hover : var (--spectrum-gray-600 );
18
18
--spectrum-search-border-color-focus : var (--spectrum-gray-800 );
19
19
--spectrum-search-border-color-focus-hover : var (--spectrum-gray-900 );
20
- --spectrum-search-border-color-key-focus : var (--spectrum-gray-900 );
20
+ --spectrum-search-border-color-key-focus : var (--spectrum-gray-800 );
21
21
22
22
--spectrum-search-background-color : var (--spectrum-gray-25 );
23
23
--spectrum-search-background-color-disabled : var (--spectrum-gray-25 );
Original file line number Diff line number Diff line change 20
20
--spectrum-search-background-color-disabled : var (--spectrum-disabled-background-color );
21
21
--spectrum-search-border-color-disabled : var (--spectrum-disabled-background-color );
22
22
--spectrum-search-background-color : var (--spectrum-gray-50 );
23
+ --spectrum-search-border-color-key-focus : var (--spectrum-gray-900 );
23
24
}
24
25
}
You can’t perform that action at this time.
0 commit comments