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:
Sergey Biryukov 2014-10-18 15:35:22 +00:00
parent 09e1239ad6
commit ccbf1571f3
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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