Make WordPress Core

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: nidhidhandhukiya's profile nidhidhandhukiya Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords: has-patch
Focuses: Cc:

Description

Steps to reproduce the issue:-

  1. Activate Twenty Twelve theme.
  2. Choose Calendar block.
  3. Apply changes in font-size,

Now check in editor and frontend your applied changes is not applicable in both editor and frontend.

Attachments (1)

62918.patch (738 bytes) - added by nidhidhandhukiya 7 weeks ago.

Download all attachments as: .zip

Change History (2)

This ticket was mentioned in PR #8318 on WordPress/wordpress-develop by @sabernhardt.


6 weeks ago
#1

  • Keywords has-patch added

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 in style.css.

Trac 62918

Note: See TracTickets for help on using tickets.