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;
|
width: 2em;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
@include icon;
|
@include icon_dashicons;
|
||||||
line-height: 1.85;
|
line-height: 1.85;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.edit {
|
a.edit {
|
||||||
&:after {
|
&:after {
|
||||||
content: "\e01c";
|
content: "\f464";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.view {
|
a.view {
|
||||||
&:after {
|
&:after {
|
||||||
content: "\e010";
|
content: "\f177";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue