Fix the color of the CKEditor logo
authorAlexander Ebert <ebert@woltlab.com>
Tue, 12 Sep 2023 15:53:36 +0000 (17:53 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 12 Sep 2023 15:53:36 +0000 (17:53 +0200)
wcfsetup/install/files/style/ui/ckeditor.scss

index 95615068ee61eec4cdebe978b58bdf7b08626a1f..629f71b4472c77399c2660dbe363c61f5f0bc126 100644 (file)
@@ -354,7 +354,7 @@ html[data-color-scheme="light"] .ck-body-wrapper .ck.ck-balloon-panel {
        border-width: 1px !important;
 }
 
-.ck.ck-powered-by .ck.ck-icon {
+.ck.ck-powered-by .ck.ck-icon > path {
        fill: var(--wcfContentText);
 }