You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gutenberg functionality was merged in #121 in a single folder at lib/gutenberg.
Currently, editor styles for the post title live in their own file at lib/gutenberg/style-editor-title.css due to specificity issues with Gutenberg editor styles that prevent the post title being styled via style-editor.css.
This issue is a reminder to adapt and move those styles into lib/gutenberg/style-editor.css once these issues in Gutenberg are resolved (hopefully before WP 5.0 lands):
Gutenberg functionality was merged in #121 in a single folder at
lib/gutenberg
.Currently, editor styles for the post title live in their own file at
lib/gutenberg/style-editor-title.css
due to specificity issues with Gutenberg editor styles that prevent the post title being styled viastyle-editor.css
.This issue is a reminder to adapt and move those styles into
lib/gutenberg/style-editor.css
once these issues in Gutenberg are resolved (hopefully before WP 5.0 lands):The title styling currently looks like this:
It will need to be changed to this and be moved to style-editor.css once the above issues are solved:
The extra admin stylesheet at
lib/gutenberg/style-editor-title.css
can then be removed and therequire
line removed fromlib/gutenberg/init.php
.This code in
style-editor.css
will also need to change once the above issues are resolved:The upcoming proposal to handle wide and full block widths looks like this instead:
The text was updated successfully, but these errors were encountered: