]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix playlist dropdown active color
authorChocobozzz <me@florianbigard.com>
Mon, 17 Aug 2020 13:55:26 +0000 (15:55 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 19 Aug 2020 09:30:21 +0000 (11:30 +0200)
client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.scss

index 47baa997b2fee610cfaf1ea0f8d1fe8b7cea2e48..cb9ab9a1731bf9c2caaa428acd5e4608df3d41a0 100644 (file)
@@ -7,6 +7,10 @@
   padding: 8px 24px;
 }
 
+.dropdown-item:active {
+  color: inherit;
+}
+
 .header {
   min-width: 240px;
   margin-bottom: 10px;