Fix the color of active CKEditor panel buttons
authorAlexander Ebert <ebert@woltlab.com>
Mon, 2 Oct 2023 13:40:02 +0000 (15:40 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 2 Oct 2023 13:40:02 +0000 (15:40 +0200)
See https://www.woltlab.com/community/thread/301766-ckeditor-unpassende-farbwerte-im-tabellen-widget/

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

index 629f71b4472c77399c2660dbe363c61f5f0bc126..5a425e8a6430c9eca0e1113ad00f7eefcaa48c53 100644 (file)
        --ck-color-text: var(--wcfButtonTextActive);
 
        background-color: var(--wcfButtonBackgroundActive);
+       color: var(--ck-color-text);
 }
 
 @media (hover: hover) {