fix random utf bonkers

neo4j-4
Josha von Gizycki 5 years ago
parent b80f5f3c40
commit 4e1ae1c5bc

@ -266,12 +266,12 @@ table {
} }
th[data-sort=desc]::after { th[data-sort=desc]::after {
content: "🠻"; content: "";
display: inline; display: inline;
} }
th[data-sort=asc]::after { th[data-sort=asc]::after {
content: "🠹"; content: "";
display: inline; display: inline;
} }
} }

Loading…
Cancel
Save