File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @zendesk/help-center-wysiwyg " : minor
3+ ---
4+
5+ Changed --ck-color-base-border to a color that meets color contrast minimum requirement in WCAG 2.2 (3:1)
Original file line number Diff line number Diff line change 1515
1616 /* foundational colors */
1717 --ck-color-text : var (--zd-color-grey-900 );
18- --ck-color-base-border : # d8dcde ;
18+ --ck-color-base-border : var ( --zd-color-grey-600 ) ;
1919 --ck-color-focus-border : var (--zd-color-grey-700 );
2020
2121 /* focus style/color overrides (in favor of custom :focus-visible styles) */
@@ -98,6 +98,11 @@ a.ck.ck-button:focus {
9898 border-color : transparent;
9999}
100100
101+ /* Toolbar separators can keep on being very light because they're "non-essential" graphics, according to WCAG */
102+ .ck .ck-toolbar .ck .ck-toolbar__separator {
103+ background : var (--zd-color-grey-300 );
104+ }
105+
101106.ck .ck-button : focus-visible ,
102107.ck .ck-toolbar : focus-visible ,
103108.ck .ck-content .ck-editor__editable .ck-focused ,
You can’t perform that action at this time.
0 commit comments