File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
" @spectrum-css/textfield " : patch
3
3
---
4
4
5
- updated border color for keyfocus and focus state and updated background and border color for default disabled state in s2
5
+ updated border color on keyboard focus state for textfield in spectrum-two theme
Original file line number Diff line number Diff line change 292
292
" --spectrum-font-size-200" ,
293
293
" --spectrum-font-size-300" ,
294
294
" --spectrum-font-size-75" ,
295
- " --spectrum-gray-200" ,
296
295
" --spectrum-gray-25" ,
297
296
" --spectrum-gray-300" ,
298
297
" --spectrum-gray-500" ,
299
298
" --spectrum-gray-600" ,
299
+ " --spectrum-gray-800" ,
300
300
" --spectrum-gray-900" ,
301
301
" --spectrum-help-text-to-component" ,
302
302
" --spectrum-negative-border-color-default" ,
Original file line number Diff line number Diff line change 14
14
@container style(- - system: spectrum) {
15
15
.spectrum-Textfield {
16
16
--spectrum-textfield-background-color : var (--spectrum-gray-25 );
17
- --spectrum-textfield-background-color-disabled : var (--spectrum-gray-200 );
17
+ --spectrum-textfield-background-color-disabled : var (--spectrum-gray-25 );
18
18
19
19
--spectrum-textfield-border-color : var (--spectrum-gray-500 );
20
20
--spectrum-textfield-border-color-hover : var (--spectrum-gray-600 );
21
- --spectrum-textfield-border-color-focus : var (--spectrum-gray-500 );
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 );
24
- --spectrum-textfield-border-color-disabled : transparent ;
23
+ --spectrum-textfield-border-color-keyboard-focus : var (--spectrum-gray-800 );
24
+ --spectrum-textfield-border-color-disabled : var ( --spectrum-gray-300 ) ;
25
25
26
26
--spectrum-textfield-border-width : var (--spectrum-border-width-100 );
27
27
You can’t perform that action at this time.
0 commit comments