Customizer: Build flips the panel arrow for RTL on our behalf.
see #31336. Built from https://develop.svn.wordpress.org/trunk@33045 git-svn-id: http://core.svn.wordpress.org/trunk@33016 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5aba96c3b4
commit
d0e47d56ee
|
@ -161,10 +161,6 @@ body {
|
||||||
content: "\f341";
|
content: "\f341";
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #customize-theme-controls .accordion-section-title:after {
|
|
||||||
content: "\f345";
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .accordion-section-content {
|
#customize-theme-controls .accordion-section-content {
|
||||||
color: #555;
|
color: #555;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -161,10 +161,6 @@ body {
|
||||||
content: "\f345";
|
content: "\f345";
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #customize-theme-controls .accordion-section-title:after {
|
|
||||||
content: "\f341";
|
|
||||||
}
|
|
||||||
|
|
||||||
#customize-theme-controls .accordion-section-content {
|
#customize-theme-controls .accordion-section-content {
|
||||||
color: #555;
|
color: #555;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue