Customize: Fix text direction for color picker in RTL.

Props vjik for the report.
Fixes #47688. See #23740.

git-svn-id: https://develop.svn.wordpress.org/trunk@45626 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-07-12 00:04:41 +00:00
parent 17ba89b662
commit 03b7742ee9
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
/* rtl:ignore */
.wp-color-picker {
width: 80px;
direction: ltr;
}
.wp-picker-container .hidden {