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

WordPress Trac noreply at wordpress.org
Wed Oct 25 05:12:23 UTC 2017


#41074: Create new Dashicons (4.9)
---------------------------+------------------------
 Reporter:  EmpireOfLight  |       Owner:  netweb
     Type:  enhancement    |      Status:  reviewing
 Priority:  normal         |   Milestone:  4.9
Component:  Editor         |     Version:  trunk
 Severity:  normal         |  Resolution:
 Keywords:  has-patch      |     Focuses:  ui
---------------------------+------------------------

Comment (by netweb):

 The review also discovered instances of missing classes no longer
 generated by the Dashicons build script/tools, these have been manually
 added back in [attachment:41074.3.diff], the source repo needs updating to
 accommodate these classes:

 * `.dashicons-format-links:before` and `.dashicons-format-standard:before`
 {{{
 #!css
 /* Both Admin Menu and Post Formats */

 .dashicons-admin-links:before,
 .dashicons-format-links:before {
         content: "\f103";
 }

 .dashicons-admin-post:before,
 .dashicons-format-standard:before {
         content: "\f109";
 }
 }}}

 * `.dashicons-welcome-edit-page:before`
 {{{
 #!css

 /* Welcome Screen Icons */

 .dashicons-welcome-write-blog:before,
 .dashicons-welcome-edit-page:before {
         content: "\f119";
 }
 }}}

 * `.dashicons-editor-distractionfree:before`

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


More information about the wp-trac mailing list