From b52682042dbdf2a3e8bbb657aad55f98615c0a9c Mon Sep 17 00:00:00 2001 From: "Sean C. Koop" Date: Thu, 7 Jun 2018 07:43:59 +0200 Subject: [PATCH] Fixed empty star alias --- themes/default/elements/icon.overrides | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/elements/icon.overrides b/themes/default/elements/icon.overrides index e8c6f5c..94e6d49 100755 --- a/themes/default/elements/icon.overrides +++ b/themes/default/elements/icon.overrides @@ -1348,7 +1348,7 @@ i.icon.youtube.play:before { content: "\f167"; } font-family: @outlineFontName; } i.icon.heart.empty:before { content: "\f004"; } - i.icon.star.empty:before { content: "\f089"; } + i.icon.star.empty:before { content: "\f005"; } } .loadOutlineIcons();