Skip to content
Snippets Groups Projects
Verified Commit 0086ce6b authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3270139 by jannakha, bnjmnm, smustgrave, mgifford: CKEditor admin...

Issue #3270139 by jannakha, bnjmnm, smustgrave, mgifford: CKEditor admin toolbar config buttons using ::before to add content: have invalid screen reader text

(cherry picked from commit da64ff5c)
parent f93c9aa5
No related branches found
No related tags found
6 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...
Pipeline #123961 passed with warnings
Pipeline: drupal

#124007

    Pipeline: drupal

    #124004

      Pipeline: drupal

      #124003

        +7
        .ckeditor5-toolbar-button-divider {
        background-image: url(../icons/divider.svg);
        }
        .ckeditor5-toolbar-button-wrapping {
        background-image: url(../icons/separator.svg);
        }
        ......@@ -20,15 +21,20 @@
        width: 100px;
        color: #000;
        }
        .ckeditor5-toolbar-button-heading::before {
        margin-left: 10px;
        /* For browsers which don't support alt content, eg FireFox */
        content: "Heading";
        content: "Heading" / "";
        font-size: 14px;
        }
        [dir="rtl"] .ckeditor5-toolbar-button-heading::before {
        margin-right: 10px;
        margin-left: 0;
        }
        .ckeditor5-toolbar-button-heading::after {
        display: inline-block;
        width: 7px;
        ......@@ -39,6 +45,7 @@
        border-width: 2px 2px 0 0;
        border-style: solid;
        }
        [dir="rtl"] .ckeditor5-toolbar-button-heading::after {
        margin-right: 0;
        margin-left: 10px;
        ......
        ......@@ -5,15 +5,20 @@
        width: 110px;
        color: #000;
        }
        .ckeditor5-toolbar-button-textPartLanguage::before {
        margin-left: 10px;
        /* For browsers which don't support alt content, eg FireFox */
        content: "Language";
        content: "Language" / "";
        font-size: 14px;
        }
        [dir="rtl"] .ckeditor5-toolbar-button-textPartLanguage::before {
        margin-right: 10px;
        margin-left: 0;
        }
        .ckeditor5-toolbar-button-textPartLanguage::after {
        display: inline-block;
        width: 7px;
        ......@@ -24,6 +29,7 @@
        border-width: 2px 2px 0 0;
        border-style: solid;
        }
        [dir="rtl"] .ckeditor5-toolbar-button-textPartLanguage::after {
        margin-right: 0;
        margin-left: 10px;
        ......
        ......@@ -5,15 +5,20 @@
        width: 110px;
        color: #000;
        }
        .ckeditor5-toolbar-button-style::before {
        margin-left: 10px;
        /* For browsers which don't support alt content, eg FireFox */
        content: "Style";
        content: "Style" / "";
        font-size: 14px;
        }
        [dir="rtl"] .ckeditor5-toolbar-button-style::before {
        margin-right: 10px;
        margin-left: 0;
        }
        .ckeditor5-toolbar-button-style::after {
        display: inline-block;
        width: 7px;
        ......@@ -24,6 +29,7 @@
        border-width: 2px 2px 0 0;
        border-style: solid;
        }
        [dir="rtl"] .ckeditor5-toolbar-button-style::after {
        margin-right: 0;
        margin-left: 10px;
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment