Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#35200 closed defect (bug) (fixed)

HiDPI styling of .media-modal-icon gets overridden

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

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 11 years ago.
Here's a patch for the bug.

Download all attachments as: .zip

Change History (4)

@vtieu
11 years ago

Here's a patch for the bug.

#1 @vtieu
11 years ago

Here is the patch.

#2 @swissspidy
11 years ago

  • Keywords has-patch added; needs-patch removed
  • Owner set to vtieu
  • Status newassigned

#3 @afercia
11 years ago

  • Resolutionfixed
  • Status assignedclosed

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.