File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2929 --color-global-header-bg : var (--theme-color-global-header-bg );
3030 --color-dark-global-header-bg : var (--theme-color-dark-global-header-bg );
3131 --color-progress-bar : var (--theme-color-progress-bar );
32+ --color-focus-outline : var (--theme-color-focus-outline );
3233 --color-ui-accent-bg : var (--theme-color-ui-accent-bg );
3334 --color-ui-accent-text : var (--theme-color-ui-accent-text );
3435 --color-dark-ui-accent-bg : var (--theme-color-dark-ui-accent-bg );
Original file line number Diff line number Diff line change 88 /* Here we typically need a negative outline-offset because of the inner shadow on inputs */
99 --focus-outline-offset : -1px ;
1010 --focus-within-outline-offset : 0px ;
11- --focus-outline-color : var (--color-blue-400 );
11+ --focus-outline-color : var (--theme- color-focus-outline , var ( --color- blue-400) );
1212 --focus-outline-style : solid;
1313
1414 /* The outline-offset value used for buttons */
Original file line number Diff line number Diff line change @@ -391,6 +391,7 @@ public static function defaults(): array
391391 'global-header-bg ' => self ::Zinc[800 ],
392392 'dark-global-header-bg ' => self ::Zinc[800 ],
393393 'progress-bar ' => self ::Indigo[700 ],
394+ 'focus-outline ' => self ::Blue[400 ],
394395 'ui-accent-bg ' => self ::Indigo[700 ],
395396 'ui-accent-text ' => 'var(--theme-color-ui-accent-bg) ' ,
396397 'dark-ui-accent-bg ' => self ::Indigo[700 ],
You can’t perform that action at this time.
0 commit comments