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
Describe the bug
There are still styles targetting the wp-block-subhead class in the Gutenberg editor block-library styles.
To reproduce
Steps to reproduce the behavior:
Insert cover block.
Add some text to it.
Inspect the text element.
In developer tools, open the Computed tab.
Expand color attribute.
Notice that the inherit value stems from the Gutenberg editor block-library styles.css.
Expected behavior
As the Subhead block had been retired from Gutenberg for many months,
there shouldn't be any Subhead block related styles left, not even for backward compatibility,
because there had also been a deprecation phase.
The text was updated successfully, but these errors were encountered:
strarsis
changed the title
wp-block-subhead class in editor/block-library styles
wp-block-subhead class selectors in editor/block-library styles
Jan 21, 2020
Describe the bug
There are still styles targetting the
wp-block-subhead
class in the Gutenberg editor block-library styles.To reproduce
Steps to reproduce the behavior:
color
attribute.inherit
value stems from the Gutenberg editor block-librarystyles.css
.Expected behavior
As the Subhead block had been retired from Gutenberg for many months,
there shouldn't be any Subhead block related styles left, not even for backward compatibility,
because there had also been a deprecation phase.
The text was updated successfully, but these errors were encountered: