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:
parent
17ba89b662
commit
03b7742ee9
@ -1,5 +1,7 @@
|
||||
/* rtl:ignore */
|
||||
.wp-color-picker {
|
||||
width: 80px;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.wp-picker-container .hidden {
|
||||
|
Loading…
Reference in New Issue
Block a user