aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/core/hotkeys/hotkeys.component.scss2
1 files changed, 1 insertions, 1 deletions
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 @@
88} 88}
89 89
90.cfp-hotkeys-close:hover { 90.cfp-hotkeys-close:hover {
91 background-color: #fff;
92 cursor: pointer; 91 cursor: pointer;
92 opacity: 0.8;
93} 93}
94 94
95@media all and (max-width: $mobile-view) { 95@media all and (max-width: $mobile-view) {