File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed
components/textfield/themes Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @spectrum-css/swatch " : patch
3
+ ---
4
+
5
+ Reverts all themes' disabled icon color back to original spectrum-white and border color to black with opacity token ` swatch-disabled-icon-border-opacity ` .
Original file line number Diff line number Diff line change
1
+ ---
2
+ " @spectrum-css/textfield " : patch
3
+ ---
4
+
5
+ updated border color on keyboard focus state for textfield in spectrum-two theme
Original file line number Diff line number Diff line change 20
20
--spectrum-textfield-border-color-hover : var (--spectrum-gray-600 );
21
21
--spectrum-textfield-border-color-focus : var (--spectrum-gray-800 );
22
22
--spectrum-textfield-border-color-focus-hover : var (--spectrum-gray-900 );
23
- --spectrum-textfield-border-color-keyboard-focus : var (--spectrum-gray-900 );
23
+ --spectrum-textfield-border-color-keyboard-focus : var (--spectrum-gray-800 );
24
24
--spectrum-textfield-border-color-disabled : var (--spectrum-gray-300 );
25
25
26
26
--spectrum-textfield-border-width : var (--spectrum-border-width-100 );
Original file line number Diff line number Diff line change 22
22
23
23
--spectrum-textfield-border-color-disabled : var (--spectrum-gray-200 );
24
24
25
+ --spectrum-textfield-border-color-keyboard-focus : var (--spectrum-gray-900 );
26
+
25
27
--spectrum-textfield-icon-spacing-block-invalid : var (--spectrum-field-top-to-alert-icon-medium );
26
28
27
29
& .spectrum-Textfield--sizeS {
You can’t perform that action at this time.
0 commit comments