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
The style of heading 6 in the wysiwyg editor is drastically different than h1-h5. The the main issue is that the text displays as gray and uppercase, which makes it difficult to review capitalization.
Steps to reproduce
1 . choose an entry with a rich text(redactor) field.
2. enter a text paragraph, and change the style, using the dropdown to "Heading 6"
The styling was intentional (even Redactor’s core CSS will force H6’s to be all-uppercase), but you make a good point about that making it hard to review casing. So as of the next release, text-transform will be back to normal.
Description
The style of heading 6 in the wysiwyg editor is drastically different than h1-h5. The the main issue is that the text displays as gray and uppercase, which makes it difficult to review capitalization.
Steps to reproduce
1 . choose an entry with a rich text(redactor) field.
2. enter a text paragraph, and change the style, using the dropdown to "Heading 6"
the h6-styles have a special mixin defined here:
cms/lib/craftcms-sass/_mixins.scss
Line 303 in 29691a3
Additional info
Craft version: Craft Pro 3.0.9
PHP version: 7.2.1
Database driver & version: MySQL 5.5.5
Plugins & versions: Redactor | 1.1.0
The text was updated successfully, but these errors were encountered: