]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-watch/comment/video-comment.component.scss
Add settings button after plugin install
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / comment / video-comment.component.scss
index 151e3ba3ac69a1586df76ad3d19c995bb93c214f..f6ff376b9fcc5e52283b6f6924ee00e777c904a1 100644 (file)
           @include disable-default-a-behaviour;
 
           color: pvar(--mainForegroundColor);
+
+          &:hover {
+            text-decoration: underline;
+          }
         }
 
         .comment-account-fid {
         color: pvar(--greyForegroundColor);
         margin-left: 5px;
         text-decoration: none;
+
+        &:hover {
+          text-decoration: underline;
+        }
       }
     }
 
       display: flex;
 
       ::ng-deep .dropdown-toggle,
-      .comment-action-reply,
-      .comment-action-delete,
-      .comment-action-redraft {
+      .comment-action-reply {
         color: pvar(--greyForegroundColor);
         cursor: pointer;
         margin-right: 10px;
 
-        &:hover {
+        &:hover, &:active, &:focus, &:focus-visible {
           color: pvar(--mainForegroundColor);
         }
       }