-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
highlighting bold/italic/links text doesn't invert text color with dark-editor-style #10550
Comments
Noting that testing steps to add dark editor style support are in #9683. |
I'm not sure I'm doing something wrong, I always though that I had dark-editor-style activated but now I'm not so sure since I can't tell the difference after de-activating it. This is how I set it up: function navi_gutenberg_styles() { add_theme_support( 'editor-styles' ); |
I've also tried this with the same result: function mytheme_block_editor_styles() { add_action( 'enqueue_block_editor_assets', 'mytheme_block_editor_styles' ); add_theme_support( 'editor-styles' ); The style-editor.css works in both cases but I get no visual change with add_theme_support( 'dark-editor-style' ); |
This has been fixed in 4.1 rc 2 (or 1). Thanks! |
Describe the bug
Selecting for example a paragraph that is bold/italic/link almost makes the text invisible
To Reproduce
Steps to reproduce the behavior:
Screenshots
![screen shot 2018-10-12 at 13 57 21](https://user-images.githubusercontent.com/40266703/46867904-cdb3ec80-ce26-11e8-81ee-2486a1da09e6.png)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: