Skip to content

Commit

Permalink
Use Dashicons for featured icons in products table. #9791
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Mar 8, 2016
1 parent dd3dc3c commit b5b0a96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/admin.css

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions assets/css/admin.scss
Expand Up @@ -1760,12 +1760,14 @@ table.wp-list-table {
cursor: pointer;

&:before {
content: "\e020";
font-family: "Dashicons";
content: "\f155";
}

&.not-featured {
&:before {
content: "\e021";
font-family: "Dashicons";
content: "\f154";
}
}
}
Expand Down

0 comments on commit b5b0a96

Please sign in to comment.