Suppress the box shadow for the CKEditor logo
authorAlexander Ebert <ebert@woltlab.com>
Thu, 7 Sep 2023 12:47:21 +0000 (14:47 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 7 Sep 2023 12:47:21 +0000 (14:47 +0200)
See https://www.woltlab.com/community/thread/301484-schatten-unterhalb-cke-logo/

wcfsetup/install/files/style/ui/ckeditor.scss

index de0eb7bccd0f1ac95fc96a1e8b836b826fafdd3b..3492ff75c6d9a5eaf2a467bcebe36e5b877c59dd 100644 (file)
                --ck-color-base-foreground: var(--ck-color-toolbar-background);
 
                box-shadow: var(--wcfBoxShadow);
+
+               &.ck-powered-by-balloon {
+                       box-shadow: none;
+               }
        }
 
        .ck.ck-list__item .ck-button {