From 4e1ae1c5bcced7c7e222cd9d945d3c2ec60373ba Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Mon, 12 Aug 2019 20:46:59 +0200 Subject: [PATCH] fix random utf bonkers --- resources/app/stylesheets/app.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/app/stylesheets/app.less b/resources/app/stylesheets/app.less index 57d8f16..faaf5f2 100644 --- a/resources/app/stylesheets/app.less +++ b/resources/app/stylesheets/app.less @@ -266,12 +266,12 @@ table { } th[data-sort=desc]::after { - content: "🠻"; + content: "⇩"; display: inline; } th[data-sort=asc]::after { - content: "🠹"; + content: "⇧"; display: inline; } }