Customizer: Use correct panel-back icon in RTL.

props TomHarrigan.
fixes #29946.

git-svn-id: https://develop.svn.wordpress.org/trunk@29955 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-10-18 15:34:33 +00:00
parent fd7d38ec3b
commit 326aeeba56

View File

@ -257,7 +257,7 @@ body {
}
.rtl .control-panel-back:before {
content: "\f344";
content: "\f345";
}
.in-sub-panel .control-panel-back {