Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#35200 closed defect (bug) (fixed)

HiDPI styling of .media-modal-icon gets overridden

Reported by: ocean90's profile ocean90 Owned by: vtieu's profile vtieu
Milestone: 4.5 Priority: normal
Severity: normal Version: 4.3
Component: Media Keywords: good-first-bug has-patch
Focuses: ui Cc:

Description

In [32952] the specificity for .media-modal-icon was changed to .wp-core-ui .media-modal-icon but the line for HiDPI displays wasn't updated, see trunk/src/wp-includes/css/media-views.css?rev=32952&marks=2517#L2510.

Attachments (1)

bug_35200.diff (658 bytes) - added by vtieu 9 years ago.
Here's a patch for the bug.

Download all attachments as: .zip

Change History (4)

@vtieu
9 years ago

Here's a patch for the bug.

#1 @vtieu
9 years ago

Here is the patch.

#2 @swissspidy
9 years ago

  • Keywords has-patch added; needs-patch removed
  • Owner set to vtieu
  • Status changed from new to assigned

#3 @afercia
9 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 36122:

Media: Fix icons for HiDPI displays on the media modal after [32952].

Props vtieu.
Fixes #35200.

Note: See TracTickets for help on using tickets.