Skip to content
Snippets Groups Projects
Verified Commit 9dd57075 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 b8b2e6f0
Branches
Tags
4 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #304906 passed with warnings
Pipeline: drupal

#304933

    Pipeline: drupal

    #304923

      Pipeline: drupal

      #304912

        ......@@ -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: {}
        ......
        /*
        * 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);
        }
        .ck {
        --ck-color-base-border: var(--input-border-color);
        }
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment