Build: Let RTLCSS handle swapping the codes for right/left arrows from Dashicons.

Exclude `wp-includes/css/dashicons.css` from core task since we don't want/need a RTL version of it.

fixes #31478.
Built from https://develop.svn.wordpress.org/trunk@31579


git-svn-id: http://core.svn.wordpress.org/trunk@31560 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2015-02-27 20:19:29 +00:00
parent 7994009296
commit 03a50ce509
13 changed files with 25 additions and 69 deletions

View File

@@ -150,7 +150,7 @@ body {
}
.control-section.control-panel > .accordion-section-title:after {
content: "\f345";
content: "\f341";
background: #f5f5f5;
color: #555;
width: 38px;
@@ -162,10 +162,6 @@ body {
z-index: 0;
}
.rtl .control-section.control-panel > .accordion-section-title:after {
content: "\f341";
}
#customize-theme-controls .control-section.control-panel > h3.accordion-section-title:focus:after,
#customize-theme-controls .control-section.control-panel > h3.accordion-section-title:hover:after {
background: #ddd;
@@ -256,16 +252,12 @@ body {
.control-panel-back:before {
font: normal 20px/1 dashicons;
content: "\f341";
content: "\f345";
position: relative;
top: 7px;
right: 13px;
}
.rtl .control-panel-back:before {
content: "\f345";
}
.in-sub-panel .control-panel-back {
right: 0;
}
@@ -937,10 +929,6 @@ p.customize-section-description {
}
.control-panel-back.themes-panel-back:before {
content: "\f345";
}
.rtl .control-panel-back.themes-panel-back:before {
content: "\f341";
}
@@ -988,7 +976,7 @@ p.customize-section-description {
left: 0;
top: 0;
bottom: 0;
}
}
}