Skip to content

Commit

Permalink
Use Dashicons for stock report actions buttons. #9791
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Mar 8, 2016
1 parent b72fa06 commit 7507ddf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/admin.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/css/admin.scss
Expand Up @@ -4285,20 +4285,20 @@ img.ui-datepicker-trigger {
width: 2em;

&:after {
@include icon;
@include icon_dashicons;
line-height: 1.85;
}
}

a.edit {
&:after {
content: "\e01c";
content: "\f464";
}
}

a.view {
&:after {
content: "\e010";
content: "\f177";
}
}
}
Expand Down

0 comments on commit 7507ddf

Please sign in to comment.