Opened 7 weeks ago
Last modified 6 weeks ago
#62918 new defect (bug)
Twenty Twelve :- Calendar block having issue with font-size in editor and frontend.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
Steps to reproduce the issue:-
- Activate Twenty Twelve theme.
- Choose Calendar block.
- Apply changes in font-size,
Now check in editor and frontend your applied changes is not applicable in both editor and frontend.
Attachments (1)
Change History (2)
This ticket was mentioned in PR #8318 on WordPress/wordpress-develop by @sabernhardt.
6 weeks ago
#1
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
When a user selects a font size in the Calendar block, this resets its inner elements to
1em
so they match the block's size.On the front end, the selector needs a higher specificity on the
table
to override the font size assigned to#wp-calendar
instyle.css
.Trac 62918