-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split button does not inherit the font color properly #3401
Comments
It's not only split button issue, it's related to two-colored icons. See http://localhost:8125/ckeditor5-highlight/tests/manual/highlight-buttons.html and change Working on it. |
dkonopka
referenced
this issue
in ckeditor/ckeditor5-theme-lark
Feb 22, 2018
Other: Fixed the coloring issue with the multi-color icons. Additionally, moved the visual `.ck-icon` styles from `ckeditor5-ui`. Closes #148.
dkonopka
referenced
this issue
in ckeditor/ckeditor5-ui
Feb 22, 2018
Feature: Implemented the `IconView#fillColor` observable which fills child `.ck-icon__fill` paths with the color (see ckeditor/ckeditor5-theme-lark#148).
dkonopka
referenced
this issue
in ckeditor/ckeditor5-highlight
Feb 22, 2018
Internal: Removed the `.ck-highlight-button` and `.ck-highlight-dropdown` CSS classes. Used the `IconView#fillColor` API to control the colors of the icons (see ckeditor/ckeditor5-theme-lark#148).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change the
--ck-color-base-text
to see the issue.The text was updated successfully, but these errors were encountered: