]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / comment / video-comments.component.scss
index 5001ad168c2849fb9313af1723ba4c8d100cb59c..7720fe43beae156d90638ca0e3db498b798326e4 100644 (file)
     @include margin-left(5px);
 
     display: inline-block;
-    opacity: 0;
     transition: ease-in .2s opacity;
     width: 12px;
     position: relative;
     top: -3px;
   }
-
-  &:hover my-feed {
-    opacity: 1;
-  }
 }
 
 #dropdown-sort-comments {