Fix the text color of drop down menus
authorAlexander Ebert <ebert@woltlab.com>
Wed, 6 Sep 2023 13:44:41 +0000 (15:44 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 6 Sep 2023 13:44:41 +0000 (15:44 +0200)
See https://www.woltlab.com/community/thread/301335-ckeditor-dropdown-css-variablen-%C3%A4ndern/

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

index 7a32ec14fe9d03e94dea36f2cbaf6703bbb3a2d1..de0eb7bccd0f1ac95fc96a1e8b836b826fafdd3b 100644 (file)
 
                &:not(.ck-on) {
                        background-color: var(--ck-color-panel-background);
+                       color: var(--wcfDropdownLink);
                }
 
                &.ck-on {