Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58395


Ignore:
Timestamp:
05/24/2023 04:51:50 PM (3 years ago)
Author:
sabernhardt
Comment:

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).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58395

    • Property Component GeneralBundled Theme
    • Property Focuses css added
    • Property Keywords needs-patch removed
    • Property Milestone Awaiting Review
    • Property Resolutionwontfix
    • Property Status newclosed
    • Property Summary In the twenty-twenty theme heading block style is not consistentTwenty Twenty: H6 style is not consistent with other headings
  • Ticket #58395 – Description

    initial v1  
    33text-transform: uppercase
    44}}}
    5  and
     5
     6and
    67{{{
    78letter-spacing: 0.03125em;
    89}}}
    9  gets added to it.
     10gets added to it.
    1011
    1112Here is a video: [https://share.cleanshot.com/TySC845CPF5snSr7vTRq]