mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 09:49:04 +00:00
Media: Fix icons for HiDPI displays on the media modal after [32952].
Props vtieu. Fixes #35200. git-svn-id: https://develop.svn.wordpress.org/trunk@36122 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2569,7 +2569,7 @@
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
|
||||
.media-modal-icon {
|
||||
.wp-core-ui .media-modal-icon {
|
||||
background-image: url(../images/uploader-icons-2x.png);
|
||||
-webkit-background-size: 134px 15px;
|
||||
background-size: 134px 15px;
|
||||
|
||||
Reference in New Issue
Block a user