Make WordPress Core

Changeset 45511


Ignore:
Timestamp:
06/10/2019 01:45:57 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Media: Restore correct arrow direction in RTL in Attachment Details modal.

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.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

  • branches/5.2/src/wp-admin/css/media.css

    r45158 r45511  
    699699}
    700700
    701 .edit-attachment-frame .edit-media-header .left:before,
    702 .rtl .edit-attachment-frame .edit-media-header .right:before {
     701.edit-attachment-frame .edit-media-header .left:before {
    703702    content: "\f341";
    704703}
    705704
    706 .edit-attachment-frame .edit-media-header .right:before,
    707 .rtl .edit-attachment-frame .edit-media-header .left:before {
     705.edit-attachment-frame .edit-media-header .right:before {
    708706    content: "\f345";
    709707}
Note: See TracChangeset for help on using the changeset viewer.