Fix table sort order indicator icon
This commit is contained in:
parent
6e5e3d7991
commit
e7b483088e
|
@ -45,10 +45,12 @@ body {overflow-y:scroll;}
|
|||
}
|
||||
|
||||
.asc:after {
|
||||
font-family: 'Font Awesome\ 5 Free';
|
||||
content: "\f0de"; /* unicode sort up */
|
||||
}
|
||||
|
||||
.desc:after {
|
||||
font-family: 'Font Awesome\ 5 Free';
|
||||
content: "\f0dd"; /* unicode sort down */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue