]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/search/search.component.scss
Playlist reorder support
[github/Chocobozzz/PeerTube.git] / client / src / app / search / search.component.scss
index 3e074621b8545a403f9c7a419812d0d529afc2af..e0509ee15807440da5f4ce56d07d1852f6994290 100644 (file)
 
         .video-info-account {
           @include disable-default-a-behaviour;
+          @include ellipsis;
 
           display: block;
           width: fit-content;
-          overflow: hidden;
-          text-overflow: ellipsis;
-          white-space: nowrap;
           font-size: 14px;
-          color: #585858;
+          color: $grey-foreground-color;
 
           &:hover {
-            color: #303030;
+            color: $grey-foreground-hover-color;
           }
         }
       }