File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
components/stepper/themes Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @spectrum-css/stepper " : patch
3
+ ---
4
+
5
+ Updates Stepper's key-focus border color (` --spectrum-stepper-border-color-keyboard-focus ` ) to ` --spectrum-gray-800 ` .
Original file line number Diff line number Diff line change 18
18
--spectrum-stepper-border-color-hover : var (--spectrum-gray-600 );
19
19
--spectrum-stepper-border-color-focus : var (--spectrum-gray-800 );
20
20
--spectrum-stepper-border-color-focus-hover : var (--spectrum-gray-800 );
21
- --spectrum-stepper-border-color-keyboard-focus : var (--spectrum-gray-900 );
21
+ --spectrum-stepper-border-color-keyboard-focus : var (--spectrum-gray-800 );
22
22
23
23
--spectrum-stepper-buttons-border-style : none;
24
24
--spectrum-stepper-buttons-border-width : 0 ;
You can’t perform that action at this time.
0 commit comments