From c531d03b0e4f66ea429bd245b1c6705c897d08b7 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 12 Sep 2023 17:53:36 +0200 Subject: [PATCH] Fix the color of the CKEditor logo --- wcfsetup/install/files/style/ui/ckeditor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/ui/ckeditor.scss b/wcfsetup/install/files/style/ui/ckeditor.scss index 95615068ee..629f71b447 100644 --- a/wcfsetup/install/files/style/ui/ckeditor.scss +++ b/wcfsetup/install/files/style/ui/ckeditor.scss @@ -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); } -- 2.20.1