aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/comment/video-comment.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/comment/video-comment.component.scss')
-rw-r--r--client/src/app/+videos/+video-watch/comment/video-comment.component.scss6
1 files changed, 2 insertions, 4 deletions
diff --git a/client/src/app/+videos/+video-watch/comment/video-comment.component.scss b/client/src/app/+videos/+video-watch/comment/video-comment.component.scss
index 151e3ba3a..61fd24c70 100644
--- a/client/src/app/+videos/+video-watch/comment/video-comment.component.scss
+++ b/client/src/app/+videos/+video-watch/comment/video-comment.component.scss
@@ -118,14 +118,12 @@
118 display: flex; 118 display: flex;
119 119
120 ::ng-deep .dropdown-toggle, 120 ::ng-deep .dropdown-toggle,
121 .comment-action-reply, 121 .comment-action-reply {
122 .comment-action-delete,
123 .comment-action-redraft {
124 color: pvar(--greyForegroundColor); 122 color: pvar(--greyForegroundColor);
125 cursor: pointer; 123 cursor: pointer;
126 margin-right: 10px; 124 margin-right: 10px;
127 125
128 &:hover { 126 &:hover, &:active, &:focus, &:focus-visible {
129 color: pvar(--mainForegroundColor); 127 color: pvar(--mainForegroundColor);
130 } 128 }
131 } 129 }