Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#46774 closed defect (bug) (fixed)

Unitless CSS value reintroduced in Dashicons

Reported by: desrosj Owned by: desrosj
Priority: normal Milestone: 5.2
Component: Administration Version: 5.2
Severity: minor Keywords: has-patch
Cc: Focuses:

Description

In [45040], the Dashicons font was updated for 5.2. However, it reverted a small CSS fix that was made in [42689]. <time> values in CSS should not be unitless.

I opened a PR on the Dashicons repository to prevent this from happening again in the future.

Attachments (1)

46774.diff (387 bytes ) - added by desrosj 7 years ago.

Download all attachments as: .zip

Change History (2)

@desrosj
7 years ago

#1 @desrosj
7 years ago

  • Owner set to desrosj
  • Resolutionfixed
  • Status newclosed

In 45097:

Administration: Remove unnecessary transition-delay values from Dashicons.

A unitless 0 value for a <time> CSS data type was reintroduced in [45040]. This is allowed for <length> data types, but is invalid for <time>.

See #43195.
Fixes #46774.

Note: See TracTickets for help on using tickets.