Customizer: Use correct panel-back icon in RTL.
props TomHarrigan. fixes #29946. Built from https://develop.svn.wordpress.org/trunk@29955 git-svn-id: http://core.svn.wordpress.org/trunk@29702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
09e1239ad6
commit
ccbf1571f3
|
@ -257,7 +257,7 @@ body {
|
|||
}
|
||||
|
||||
.rtl .control-panel-back:before {
|
||||
content: "\f344";
|
||||
content: "\f345";
|
||||
}
|
||||
|
||||
.in-sub-panel .control-panel-back {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -257,7 +257,7 @@ body {
|
|||
}
|
||||
|
||||
.rtl .control-panel-back:before {
|
||||
content: "\f344";
|
||||
content: "\f345";
|
||||
}
|
||||
|
||||
.in-sub-panel .control-panel-back {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue