@@ -233,7 +233,7 @@ body.trashing #publish-settings {
233233 display : inline-block;
234234}
235235# customize-control-trash_changeset .button-link : before {
236- content : "\f182" ;
236+ content : "\f182" / '' ;
237237 font : normal 22px dashicons;
238238 text-decoration : none;
239239 position : absolute;
@@ -594,7 +594,7 @@ body.trashing #publish-settings {
594594
595595# customize-theme-controls .accordion-section-title : after ,
596596# customize-outer-theme-controls .accordion-section-title : after {
597- content : "\f345" ;
597+ content : "\f345" / '' ;
598598 color : # a7aaad ;
599599 pointer-events : none;
600600}
@@ -931,7 +931,7 @@ h3.customize-section-title {
931931
932932.customize-controls-close : before {
933933 font : normal 22 px/45px dashicons;
934- content : "\f335" ;
934+ content : "\f335" / '' ;
935935 position : relative;
936936 top : -3px ;
937937 left : 13px ;
@@ -940,7 +940,7 @@ h3.customize-section-title {
940940.customize-panel-back : before ,
941941.customize-section-back : before {
942942 font : normal 20 px/72px dashicons;
943- content : "\f341" ;
943+ content : "\f341" / '' ;
944944 position : relative;
945945 left : 9px ;
946946}
@@ -1026,7 +1026,7 @@ p.customize-section-description {
10261026
10271027.customize-section-description a .external-link : after {
10281028 font : 16 px/11px dashicons;
1029- content : "\f504" ;
1029+ content : "\f504" / '' ;
10301030 top : 3px ;
10311031 position : relative;
10321032 padding-left : 3px ;
@@ -1357,7 +1357,7 @@ p.customize-section-description {
13571357}
13581358
13591359.customize-control .dropdown-arrow : after {
1360- content : "\f140" ;
1360+ content : "\f140" / '' ;
13611361 font : normal 20 px/1 dashicons;
13621362 speak : never;
13631363 display : block;
@@ -1882,7 +1882,7 @@ p.customize-section-description {
18821882}
18831883
18841884.themes-filter-bar .feature-filter-toggle : before {
1885- content : "\f111" ;
1885+ content : "\f111" / '' ;
18861886 margin : 0 5px 0 0 ;
18871887 font : normal 16 px/1 dashicons;
18881888 vertical-align : text-bottom;
@@ -2020,7 +2020,7 @@ p.customize-section-description {
20202020}
20212021
20222022.control-panel-themes .theme-section .customize-themes-section-title .selected : after {
2023- content : "\f147" ;
2023+ content : "\f147" / '' ;
20242024 font : 16 px/1 dashicons;
20252025 box-sizing : border-box;
20262026 width : 20px ;
@@ -2523,7 +2523,7 @@ body.cheatin p {
25232523.add-new-widget : before ,
25242524.add-new-menu-item : before ,
25252525# available-menu-items .new-content-item .add-content : before {
2526- content : "\f132" ;
2526+ content : "\f132" / '' ;
25272527 display : inline-block;
25282528 position : relative;
25292529 left : -2px ;
@@ -2602,12 +2602,12 @@ body.cheatin p {
26022602
26032603.move-widget-down : before ,
26042604.menus-move-down : before {
2605- content : "\f347" ;
2605+ content : "\f347" / '' ;
26062606}
26072607
26082608.move-widget-up : before ,
26092609.menus-move-up : before {
2610- content : "\f343" ;
2610+ content : "\f343" / '' ;
26112611}
26122612
26132613# customize-theme-controls .first-widget .move-widget-up ,
@@ -2767,7 +2767,7 @@ body.adding-widget .add-new-widget:before,
27672767
27682768# available-widgets-filter .clear-results : before ,
27692769# available-menu-items-search .clear-results : before {
2770- content : "\f335" ;
2770+ content : "\f335" / '' ;
27712771 font : normal 20 px/1 dashicons;
27722772 vertical-align : middle;
27732773 -webkit-font-smoothing : antialiased;
@@ -2978,14 +2978,14 @@ body.adding-widget .add-new-widget:before,
29782978 .customize-controls-preview-toggle .preview : before ,
29792979 .customize-controls-preview-toggle .controls : before {
29802980 font : normal 20 px/1 dashicons;
2981- content : "\f177" ;
2981+ content : "\f177" / '' ;
29822982 position : relative;
29832983 top : 4px ;
29842984 margin-right : 6px ;
29852985 }
29862986
29872987 .customize-controls-preview-toggle .controls : before {
2988- content : "\f540" ;
2988+ content : "\f540" / '' ;
29892989 }
29902990
29912991 .preview-only # customize-controls {
0 commit comments