]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix hotkeys close button
authorChocobozzz <me@florianbigard.com>
Tue, 28 Feb 2023 13:14:57 +0000 (14:14 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 28 Feb 2023 13:15:53 +0000 (14:15 +0100)
client/src/app/core/hotkeys/hotkeys.component.scss

index da23b1f482d67b0ae159421fa2cc460ea4c15d84..5eb38f98fc77ce7f5ab83399c6b053bd07f89c50 100644 (file)
@@ -88,8 +88,8 @@
 }
 
 .cfp-hotkeys-close:hover {
-  background-color: #fff;
   cursor: pointer;
+  opacity: 0.8;
 }
 
 @media all and (max-width: $mobile-view) {