Make WordPress Core


Ignore:
Timestamp:
04/17/2019 02:08:51 AM (5 years ago)
Author:
desrosj
Message:

Administration: Add missing :before to two Dashicon class definitions.

Introduced in [45040].

Props builtbynorthby.
Fixes #41074.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/dashicons.css

    r45097 r45225  
    11391139}
    11401140
    1141 .dashicons-exerpt-view {
     1141/* This is a typo, but was previously released. It should remain for backward compatibility. See https://core.trac.wordpress.org/ticket/30832. */
     1142.dashicons-exerpt-view:before {
    11421143    content: "\f164";
    11431144}
     
    11511152}
    11521153
    1153 .dashicons-post-trash {
     1154.dashicons-post-trash:before {
    11541155    content: "\f182";
    11551156}
Note: See TracChangeset for help on using the changeset viewer.