Customizer: Reverse arrows in RTL. See #27406.
props yoavf. fixes #28669. Built from https://develop.svn.wordpress.org/trunk@28931 git-svn-id: http://core.svn.wordpress.org/trunk@28729 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
958ab24709
commit
b76d6afbbd
|
@ -147,6 +147,10 @@ body {
|
||||||
content: "\f139";
|
content: "\f139";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .control-section.control-panel > .accordion-section-title:after {
|
||||||
|
content: "\f141";
|
||||||
|
}
|
||||||
|
|
||||||
.accordion-sub-container.control-panel-content {
|
.accordion-sub-container.control-panel-content {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -201,6 +205,10 @@ body {
|
||||||
right: 9px;
|
right: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .control-panel-back:before {
|
||||||
|
content: "\f344";
|
||||||
|
}
|
||||||
|
|
||||||
.current-panel .control-panel-back {
|
.current-panel .control-panel-back {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -147,6 +147,10 @@ body {
|
||||||
content: "\f139";
|
content: "\f139";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .control-section.control-panel > .accordion-section-title:after {
|
||||||
|
content: "\f141";
|
||||||
|
}
|
||||||
|
|
||||||
.accordion-sub-container.control-panel-content {
|
.accordion-sub-container.control-panel-content {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -201,6 +205,10 @@ body {
|
||||||
left: 9px;
|
left: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .control-panel-back:before {
|
||||||
|
content: "\f344";
|
||||||
|
}
|
||||||
|
|
||||||
.current-panel .control-panel-back {
|
.current-panel .control-panel-back {
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue