Grunt RTL CSS: swap-dashicons-left-right-arrows in rtlcss:properties expects double-quoted content strings in CSS. It doesn't swap single-quoted values.
Props Ankit K Gupta, yoavf, netweb. Fixes #33786. Built from https://develop.svn.wordpress.org/trunk@34011 git-svn-id: http://core.svn.wordpress.org/trunk@33980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -196,15 +196,15 @@
|
||||
}
|
||||
|
||||
.move-widget:before {
|
||||
content: '\f504';
|
||||
content: "\f504";
|
||||
}
|
||||
|
||||
.move-widget-down:before {
|
||||
content: '\f347';
|
||||
content: "\f347";
|
||||
}
|
||||
|
||||
.move-widget-up:before {
|
||||
content: '\f343';
|
||||
content: "\f343";
|
||||
}
|
||||
|
||||
#customize-theme-controls .first-widget .move-widget-up,
|
||||
@@ -252,7 +252,7 @@
|
||||
|
||||
#customize-theme-controls .widget-area-select li:before {
|
||||
display: none;
|
||||
content: '\f147';
|
||||
content: "\f147";
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user