mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-09-06 00:50:32 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@31579 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
@@ -262,10 +258,6 @@ body {
|
||||
left: 13px;
|
||||
}
|
||||
|
||||
.rtl .control-panel-back:before {
|
||||
content: "\f345";
|
||||
}
|
||||
|
||||
.in-sub-panel .control-panel-back {
|
||||
left: 0;
|
||||
}
|
||||
@@ -940,10 +932,6 @@ p.customize-section-description {
|
||||
content: "\f345";
|
||||
}
|
||||
|
||||
.rtl .control-panel-back.themes-panel-back:before {
|
||||
content: "\f341";
|
||||
}
|
||||
|
||||
/* Details View */
|
||||
.wp-customizer .theme-overlay {
|
||||
display: none;
|
||||
@@ -988,7 +976,7 @@ p.customize-section-description {
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user