]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/video-comment.component.scss
Fix infinite scroll on big screens
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comment.component.scss
index 84da5727e6d534c8949efca2b1b9b4dcd2505774..c3ab1ab0105fcec9fb8463ca3b26e71ea529c036 100644 (file)
@@ -41,7 +41,7 @@
       }
 
       .comment-date {
-        color: #585858;
+        color: $grey-foreground-color;
         margin-left: 10px;
       }
     }
@@ -50,7 +50,7 @@
       @include peertube-word-wrap;
 
       // Mentions
-      /deep/ a {
+      ::ng-deep a {
 
         &:not(.linkified-url) {
           @include disable-default-a-behaviour;
@@ -69,7 +69,7 @@
 
       .comment-action-reply,
       .comment-action-delete {
-        color: #585858;
+        color: $grey-foreground-color;
         cursor: pointer;
         margin-right: 10px;
 
   .root-comment {
     font-size: 14px;
   }
-}
\ No newline at end of file
+}