From 1dc2d74f08bb9a35551b510fa46a9c28368094b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Fri, 13 May 2022 12:18:28 +0100 Subject: [PATCH] Show drive icon when hovering document icon in toolbar --- customize.dist/src/less2/include/toolbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index 16655b9d0..d9ec40096 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -814,7 +814,7 @@ &:hover { // Icons shown when hovering the toolbar icon (where logo used to be) .cptools::before { - content: "\e91f"; // XXX Currently shows Destroy + content: "\e920"; // shows drive icon in document toolbars } .fa::before { content: "\f0a0"; // shows hdd-o for all FA icons (settings, etc)