]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/video-feed.component.scss
Add ability to list all local videos on client
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-feed.component.scss
index 2efeb405e56917c66f44ca5d17e46680b6588d13..385764be0aaf0cddd3ffaba37307120f3f163a8b 100644 (file)
@@ -2,9 +2,8 @@
 
 .video-feed {
   a {
-    @include disable-default-a-behaviour;
-
     color: black;
+    display: block;
   }
 
   .icon {
@@ -13,7 +12,8 @@
     &.icon-syndication {
       position: relative;
       top: -2px;
-      background-image: url('../../../assets/images/global/syndication.svg');
+      background-color: var(--mainForegroundColor);
+      mask-image: url('../../../assets/images/global/syndication.svg');
     }
   }
 }
\ No newline at end of file