- Issue created by @rkoller
- π¨π¦Canada mgifford Ottawa, Ontario
This is a useful took to find a better foreground-background color combination https://contrast-finder.tanaguru.com/
Note that opacity is something missed by most color contrast tools that are comparing foreground/background colors.
These seem to support it:
- π¨π¦Canada mgifford Ottawa, Ontario
I think this color contrast looks good #000000 / #EEEEEE .
If you wanted the edge of the button to have contrast so that it sits above the FFF you could argue for:
#8A8A8A / #FFFFFFAs a background for the button. But I don't think that is what is generally needed for.
Mind you that does seem to be what is suggested here:
https://www.w3.org/WAI/WCAG21/Understanding/non-text-contrast.html#symbo...I gotta say the grey buttons are ugly.
I'm also not convinced this is a Gin issue, as it is common in any CKEditor config here admin/config/content/formats/manage/content_format
- π¨π¦Canada mgifford Ottawa, Ontario
I think this would be better:
.ckeditor5-toolbar-item { border: 1px solid #8A8A8A; } .ckeditor5-toolbar-disabled .ckeditor5-toolbar-item { border: 1px solid #8A8A8A; }