Unverified Commit 26c37570 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3306216 by bnjmnm, Wim Leers, Reinmar: Contrast perception issues with...

Issue #3306216 by bnjmnm, Wim Leers, Reinmar: Contrast perception issues with icons including low-opacity fills
parent 00f70773
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ drupal.ckeditor5:
  css:
    theme:
      css/quickedit.css: { }
      css/editor.css: { }
  dependencies:
    - core/jquery
    - core/once
+10 −0
Original line number Diff line number Diff line
/**
 * @file
 * Styles for the CKEditor 5 editor.
 */

/* Convert low opacity icons to full opacity. */
.ck-button:not(.ck-disabled) .ck-icon * {
  opacity: 1 !important;
  fill-opacity: 1 !important;
}