]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix embed playlist menu background on focus
authorChocobozzz <me@florianbigard.com>
Thu, 8 Apr 2021 13:11:22 +0000 (15:11 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 8 Apr 2021 13:12:14 +0000 (15:12 +0200)
client/src/sass/player/playlist.scss

index cf125a5620ebf5c0daddeddb13f210ee80e7a97f..ebbed02d9bc434879e5a588525fffb9a6a0c08e4 100644 (file)
@@ -5,7 +5,8 @@ $playlist-menu-width: 350px;
   right: 0;
   height: 100%;
   width: $playlist-menu-width;
-  background: rgba(0, 0, 0, 0.8);
+  // !important to prevent none background set on focus
+  background: rgba(0, 0, 0, 0.8) !important;
   z-index: 101;
   transition: right 0.2s;
   overflow-y: scroll;