#54196 closed defect (bug) (fixed)
Twenty Twenty: Inline style class names are duplicated
Reported by: | tmatsuur | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | css | Cc: |
Description
In version 1.8 of the Twenty Twenty theme, ".has-drop-cap:not(:focus)::first-letter" is duplicated in the inline style output of the front-end in the Japanese environment.
Line 121 of /classes/class-twentytwenty-non-latin-languages.php:
'front-end' => array( 'body', ... '.wp-block-file__button', '.has-drop-cap:not(:focus)::first-letter', '.has-drop-cap:not(:focus)::first-letter', ... ),
If the second one is a typo, you may want to remove it.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Duplicate .has-drop-cap:not(:focus)::first-letter class removed