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

@@ -499,14 +499,12 @@
font-weight: 300;
}
.theme-overlay .theme-header .left:before,
.rtl .theme-overlay .theme-header .right:before {
content: '\f341';
.theme-overlay .theme-header .left:before {
content: "\f341";
}
.theme-overlay .theme-header .right:before,
.rtl .theme-overlay .theme-header .left:before {
content: '\f345';
.theme-overlay .theme-header .right:before {
content: "\f345";
}
@@ -1462,14 +1460,6 @@ body.full-overlay-active {
pointer-events: none;
}
.rtl .theme-install-overlay .previous-theme:before {
content: "\f345";
}
.rtl .theme-install-overlay .next-theme:before {
content: "\f341";
}
/* Collapse Button */
.wp-full-overlay a.collapse-sidebar {
position: absolute;