Verified Commit 229a850b authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3478281 by pere orga, nayana_mvr: CKEditor 5 has its own border color...

Issue #3478281 by pere orga, nayana_mvr: CKEditor 5 has its own border color and is not using Claro's colors

(cherry picked from commit 9c0bd377)
parent 0cb525c6
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ global-styling:
      css/components/accordion.css: {}
      css/components/action-link.css: {}
      css/components/content-header.css: {}
      css/components/ckeditor5.css: {}
      css/components/container-inline.css: {}
      css/components/container-inline.module.css: {}
      css/components/breadcrumb.css: {}
+9 −0
Original line number Diff line number Diff line
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */
.ck {
  --ck-color-base-border: var(--input-border-color);
}
+3 −0
Original line number Diff line number Diff line
.ck {
  --ck-color-base-border: var(--input-border-color);
}