Customizer: Reverse arrows in RTL. See #27406.
props yoavf. fixes #28669. git-svn-id: https://develop.svn.wordpress.org/trunk@28931 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6f51a5f972
commit
5aeaa14d9a
@ -147,6 +147,10 @@ body {
|
||||
content: "\f139";
|
||||
}
|
||||
|
||||
.rtl .control-section.control-panel > .accordion-section-title:after {
|
||||
content: "\f141";
|
||||
}
|
||||
|
||||
.accordion-sub-container.control-panel-content {
|
||||
display: none;
|
||||
position: absolute;
|
||||
@ -201,6 +205,10 @@ body {
|
||||
left: 9px;
|
||||
}
|
||||
|
||||
.rtl .control-panel-back:before {
|
||||
content: "\f344";
|
||||
}
|
||||
|
||||
.current-panel .control-panel-back {
|
||||
left: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user