Opened 3 years ago
Closed 3 years ago
#58395 closed defect (bug) (wontfix)
Twenty Twenty: H6 style is not consistent with other headings
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | |
| Focuses: | css | Cc: |
Description (last modified by )
In the twenty-twenty theme, the heading block style is not consistent as for the h1 to h5 the style is the same but when switching to h6 two additional css is added
text-transform: uppercase
and
letter-spacing: 0.03125em;
gets added to it.
Here is a video: https://share.cleanshot.com/TySC845CPF5snSr7vTRq
Attachments (1)
Change History (2)
#1
@
3 years ago
- Component changed from General to Bundled Theme
- Description modified (diff)
- Focuses css added
- Keywords needs-patch removed
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
- Summary changed from In the twenty-twenty theme heading block style is not consistent to Twenty Twenty: H6 style is not consistent with other headings
Thanks for the report.
The text-transform property was a design decision for h6 headings, so it needs to stay that way in the theme. The letter-spacing was adjusted earlier, too.
Anyone who does not appreciate the uppercase text probably has switched the theme or worked around that style by now (in the Additional CSS or a child theme, or by using the "Letter case" block setting).
Note: See
TracTickets for help on using
tickets.
Patch added