Use Dashicons for stock report actions buttons. #9791
This commit is contained in:
parent
b72fa069f2
commit
7507ddf8cb
File diff suppressed because one or more lines are too long
|
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue