Use dashicons glyph for product image column in list table

This commit is contained in:
Shiva Poudel 2016-03-29 13:06:56 +05:45
parent 6c0724ad1d
commit 1598348e53
1 changed files with 2 additions and 3 deletions

View File

@ -1920,7 +1920,7 @@ table.wp-list-table {
margin: 0 auto;
&:before {
@include icon( "\e00c" );
@include icon_dashicons( "\f128" );
}
}
@ -1929,13 +1929,11 @@ table.wp-list-table {
cursor: pointer;
&:before {
font-family: "Dashicons";
content: "\f155";
}
&.not-featured {
&:before {
font-family: "Dashicons";
content: "\f154";
}
}
@ -1951,6 +1949,7 @@ table.wp-list-table {
margin: 0;
&:before {
font-family: "WooCommerce";
content: "\e006";
}
}