@@ -559,6 +559,7 @@ code {
559559}
560560
561561.js-update-details-toggle [aria-expanded = "true" ] .dashicons ::before {
562+ content : "\f142" ;
562563 content : "\f142" / '' ;
563564}
564565
@@ -805,6 +806,7 @@ img.emoji {
805806.notice-dismiss : before {
806807 background : none;
807808 color : # 787c82 ;
809+ content : "\f153" ;
808810 content : "\f153" / '' ;
809811 display : block;
810812 font : normal 16 px/20px dashicons;
@@ -1132,6 +1134,7 @@ th.action-links {
11321134}
11331135
11341136.wp-filter .drawer-toggle : before {
1137+ content : "\f111" ;
11351138 content : "\f111" / '' ;
11361139 margin : 0 5px 0 0 ;
11371140 color : # 646970 ;
@@ -1524,6 +1527,7 @@ div.error {
15241527
15251528# plugin-information-footer .update-now : not (.button-disabled ): before {
15261529 color : # d63638 ;
1530+ content : "\f463" ;
15271531 content : "\f463" / '' ;
15281532 display : inline-block;
15291533 font : normal 20 px/1 dashicons;
@@ -1586,6 +1590,7 @@ div.error {
15861590.button .installing : before ,
15871591.button .activating-message : before {
15881592 color : # d63638 ;
1593+ content : "\f463" ;
15891594 content : "\f463" / '' ;
15901595}
15911596
@@ -1622,12 +1627,14 @@ div.error {
16221627.button .updated-message : before ,
16231628.button .activated-message : before {
16241629 color : # 68de7c ;
1630+ content : "\f147" ;
16251631 content : "\f147" / '' ;
16261632}
16271633
16281634/* Error icon. */
16291635.update-message .notice-error p : before {
16301636 color : # d63638 ;
1637+ content : "\f534" ;
16311638 content : "\f534" / '' ;
16321639}
16331640
@@ -1837,6 +1844,7 @@ p.auto-update-status {
18371844
18381845# screen-meta-links .show-settings : after {
18391846 right : 0 ;
1847+ content : "\f140" ;
18401848 content : "\f140" / '' ;
18411849 font : normal 20 px/1 dashicons;
18421850 display : inline-block;
@@ -1850,6 +1858,7 @@ p.auto-update-status {
18501858}
18511859
18521860# screen-meta-links .screen-meta-active : after {
1861+ content : "\f142" ;
18531862 content : "\f142" / '' ;
18541863}
18551864
@@ -2671,10 +2680,12 @@ div.star-holder .star-rating {
26712680}
26722681
26732682.star-rating .star-full : before {
2683+ content : "\f155" ;
26742684 content : "\f155" / '' ;
26752685}
26762686
26772687.star-rating .star-half : before {
2688+ content : "\f459" ;
26782689 content : "\f459" / '' ;
26792690}
26802691
@@ -2683,6 +2694,7 @@ div.star-holder .star-rating {
26832694}
26842695
26852696.star-rating .star-empty : before {
2697+ content : "\f154" ;
26862698 content : "\f154" / '' ;
26872699}
26882700
@@ -3174,6 +3186,7 @@ div.action-links {
31743186}
31753187
31763188.plugin-details-modal # TB_closeWindowButton : after {
3189+ content : "\f335" ;
31773190 content : "\f335" / '' ;
31783191 font : normal 32 px/29px 'dashicons' ;
31793192 -webkit-font-smoothing : antialiased;
@@ -3200,6 +3213,7 @@ img {
32003213.meta-box-sortables .postbox .order-lower-indicator ::before ,
32013214.bulk-action-notice .toggle-indicator ::before ,
32023215.privacy-text-box .toggle-indicator ::before {
3216+ content : "\f142" ;
32033217 content : "\f142" / '' ;
32043218 display : inline-block;
32053219 font : normal 20 px/1 dashicons;
@@ -3212,15 +3226,18 @@ img {
32123226.meta-box-sortables .postbox .closed .handlediv .toggle-indicator ::before ,
32133227.bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator ::before ,
32143228.privacy-text-box .closed .toggle-indicator ::before {
3229+ content : "\f140" ;
32153230 content : "\f140" / '' ;
32163231}
32173232
32183233.postbox .handle-order-higher .order-higher-indicator ::before {
3234+ content : "\f343" ;
32193235 content : "\f343" / '' ;
32203236 color : inherit;
32213237}
32223238
32233239.postbox .handle-order-lower .order-lower-indicator ::before {
3240+ content : "\f347" ;
32243241 content : "\f347" / '' ;
32253242 color : inherit;
32263243}
@@ -3344,9 +3361,11 @@ img {
33443361 pointer-events : none;
33453362}
33463363[role = "treeitem" ][aria-expanded = "false" ] > .folder-label .icon : after {
3364+ content : "\f139" ;
33473365 content : "\f139" / '' ;
33483366}
33493367[role = "treeitem" ][aria-expanded = "true" ] > .folder-label .icon : after {
3368+ content : "\f140" ;
33503369 content : "\f140" / '' ;
33513370}
33523371[role = "treeitem" ] .folder-label {
@@ -3562,6 +3581,7 @@ img {
35623581.wp-customizer .control-section .accordion-section-title : after ,
35633582.wp-customizer .accordion-section-title : after ,
35643583.widget-top .widget-action .toggle-indicator : before {
3584+ content : "\f140" ;
35653585 content : "\f140" / '' ;
35663586 font : normal 20 px/1 dashicons;
35673587 display : block;
@@ -3610,6 +3630,7 @@ img {
36103630.nav-menus-php .menu-item-edit-active .item-edit : before ,
36113631.widget .open .widget-top .widget-action .toggle-indicator : before ,
36123632.widget .widget-in-question .widget-top .widget-action .toggle-indicator : before {
3633+ content : "\f142" ;
36133634 content : "\f142" / '' ;
36143635}
36153636
0 commit comments