From c5b844e235e81d9750754a78458ebb134d3694c7 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 24 Aug 2019 11:12:43 +0200 Subject: [PATCH] Elastic: (Imho) better icon for Collapse All action --- skins/elastic/styles/widgets/menu.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/elastic/styles/widgets/menu.less b/skins/elastic/styles/widgets/menu.less index 90a5be288..444564b6e 100644 --- a/skins/elastic/styles/widgets/menu.less +++ b/skins/elastic/styles/widgets/menu.less @@ -476,7 +476,7 @@ a.toolbar-button { content: @fa-var-angle-double-down; } &.expand.none:before { - content: @fa-var-angle-double-right; + content: @fa-var-angle-double-up; } &.export:before, &.export.all:before,