From 6f2e22d954c8a1dab217f4934be42eb811d13f76 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Wed, 5 May 2021 15:07:41 +0300 Subject: [PATCH] Fixing active icon hover state Signed-off-by: Alex Andreev --- src/renderer/components/hotbar/hotbar-icon.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/renderer/components/hotbar/hotbar-icon.scss b/src/renderer/components/hotbar/hotbar-icon.scss index 36c72f4006..275af34d90 100644 --- a/src/renderer/components/hotbar/hotbar-icon.scss +++ b/src/renderer/components/hotbar/hotbar-icon.scss @@ -27,7 +27,9 @@ } &:hover { - box-shadow: 0 0 0px 3px var(--clusterMenuBackground), 0 0 0px 6px #ffffff30; + &:not(.active) { + box-shadow: 0 0 0px 3px var(--clusterMenuBackground), 0 0 0px 6px #ffffff30; + } } &.isDragging {