From a9816e189ac8f2a078e480b9db9e3e0e9e9b2b53 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Feb 2023 14:14:57 +0100 Subject: Fix hotkeys close button --- client/src/app/core/hotkeys/hotkeys.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app') diff --git a/client/src/app/core/hotkeys/hotkeys.component.scss b/client/src/app/core/hotkeys/hotkeys.component.scss index da23b1f48..5eb38f98f 100644 --- a/client/src/app/core/hotkeys/hotkeys.component.scss +++ b/client/src/app/core/hotkeys/hotkeys.component.scss @@ -88,8 +88,8 @@ } .cfp-hotkeys-close:hover { - background-color: #fff; cursor: pointer; + opacity: 0.8; } @media all and (max-width: $mobile-view) { -- cgit v1.2.3