Skip to content

Commit

Permalink
Media: Restore correct arrow direction in RTL in Attachment Details m…
Browse files Browse the repository at this point in the history
…odal.

Reverts [29264]. As we now have a build task to replace dashicons for RTL, the CSS rules no longer worked as expected and had the opposite effect.

Props ramiy, SergeyBiryukov.
Merges [45495] to the 5.2 branch.
Fixes #46289.

git-svn-id: https://develop.svn.wordpress.org/branches/5.2@45511 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Jun 10, 2019
1 parent cb5c0dc commit f1d0576
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/wp-admin/css/media.css
Expand Up @@ -698,13 +698,11 @@ border color while dragging a file over the uploader drop area */
color: #000;
}

.edit-attachment-frame .edit-media-header .left:before,
.rtl .edit-attachment-frame .edit-media-header .right:before {
.edit-attachment-frame .edit-media-header .left:before {
content: "\f341";
}

.edit-attachment-frame .edit-media-header .right:before,
.rtl .edit-attachment-frame .edit-media-header .left:before {
.edit-attachment-frame .edit-media-header .right:before {
content: "\f345";
}

Expand Down

0 comments on commit f1d0576

Please sign in to comment.