[wp-trac] [WordPress Trac] #41074: Create new Dashicons (4.9-5.2)

WordPress Trac noreply at wordpress.org
Tue Apr 16 18:49:15 UTC 2019


#41074: Create new Dashicons (4.9-5.2)
--------------------------------------+-----------------------
 Reporter:  EmpireOfLight             |       Owner:  desrosj
     Type:  enhancement               |      Status:  reopened
 Priority:  normal                    |   Milestone:  5.2
Component:  Administration            |     Version:  4.9
 Severity:  normal                    |  Resolution:
 Keywords:  needs-dev-note has-patch  |     Focuses:  ui
--------------------------------------+-----------------------
Changes (by builtbynorthby):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 While beta testing 5.2 I noticed a plugin was missing the trash icon in
 its UI.

 It turns out, two of the selectors are missing `:before`

 {{{
 .dashicons-exerpt-view {
         content: "\f164";
 }
 }}}

 https://github.com/WordPress/dashicons/blob/master/icon-
 font/css/dashicons.css#L1141

 and

 {{{
 .dashicons-post-trash {
         content: "\f182";
 }
 }}}

 https://github.com/WordPress/dashicons/blob/master/icon-
 font/css/dashicons.css#L1153

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/41074#comment:112>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list