From e887411feb7ed4d10b05084fa5c41ac469613474 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Tue, 27 Apr 2021 10:44:45 +0300 Subject: [PATCH] Adding small hover effect Signed-off-by: Alex Andreev --- src/renderer/components/hotbar/hotbar-menu.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/renderer/components/hotbar/hotbar-menu.scss b/src/renderer/components/hotbar/hotbar-menu.scss index 4709eb5411..af41e1b95b 100644 --- a/src/renderer/components/hotbar/hotbar-menu.scss +++ b/src/renderer/components/hotbar/hotbar-menu.scss @@ -57,6 +57,10 @@ opacity: 1; transition: opacity 0.1s 0.2s; } + + &:not(.empty) { + box-shadow: 0 0 0px 3px #ffffff1a; + } } &.animating {