diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-28 14:14:57 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-28 14:15:53 +0100 |
commit | a9816e189ac8f2a078e480b9db9e3e0e9e9b2b53 (patch) | |
tree | 756f559ccb4217a6ca6a2989b755dea761ca0786 /client | |
parent | 393f9d396cdbe39e50856859a44f3996a2bc76f9 (diff) | |
download | PeerTube-a9816e189ac8f2a078e480b9db9e3e0e9e9b2b53.tar.gz PeerTube-a9816e189ac8f2a078e480b9db9e3e0e9e9b2b53.tar.zst PeerTube-a9816e189ac8f2a078e480b9db9e3e0e9e9b2b53.zip |
Fix hotkeys close button
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/core/hotkeys/hotkeys.component.scss | 2 |
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) { |