Skip to content

Commit

Permalink
Customize: Fix text direction for color picker in RTL.
Browse files Browse the repository at this point in the history
Props vjik, SergeyBiryukov.
Merges [45626] to the 5.2 branch.
Fixes #47688. See #23740.

git-svn-id: https://develop.svn.wordpress.org/branches/5.2@45830 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Aug 19, 2019
1 parent e8dd021 commit 4096105
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wp-admin/css/color-picker.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* rtl:ignore */
.wp-color-picker {
width: 80px;
direction: ltr;
}

.wp-picker-container .hidden {
Expand Down

0 comments on commit 4096105

Please sign in to comment.