aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-18 10:46:47 +0200
committerChocobozzz <me@florianbigard.com>2018-06-18 10:46:47 +0200
commit6304df89d66088dc825b910cc48371254a1adb7f (patch)
treeb517a1529af3ffd27af6cc6140e60db42e307abb /client/src/app/videos/+video-watch/comment/video-comment.component.scss
parentff33642709d7d6d3953ca8e6ce11fe4ba4a56593 (diff)
downloadPeerTube-6304df89d66088dc825b910cc48371254a1adb7f.tar.gz
PeerTube-6304df89d66088dc825b910cc48371254a1adb7f.tar.zst
PeerTube-6304df89d66088dc825b910cc48371254a1adb7f.zip
Blue links color in comments
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.scss15
1 files changed, 9 insertions, 6 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 c90f9849b..78bcfe121 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
@@ -48,15 +48,17 @@
48 .comment-html { 48 .comment-html {
49 @include peertube-word-wrap; 49 @include peertube-word-wrap;
50 50
51 // Mentions
51 /deep/ a { 52 /deep/ a {
52 @include disable-default-a-behaviour;
53
54 color: #000;
55 53
56 // Semi bold mentions
57 &:not(.linkified-url) { 54 &:not(.linkified-url) {
55 @include disable-default-a-behaviour;
56
57 color: #000;
58
58 font-weight: $font-semibold; 59 font-weight: $font-semibold;
59 } 60 }
61
60 } 62 }
61 } 63 }
62 64
@@ -64,7 +66,8 @@
64 margin: 10px 0; 66 margin: 10px 0;
65 display: flex; 67 display: flex;
66 68
67 .comment-action-reply, .comment-action-delete { 69 .comment-action-reply,
70 .comment-action-delete {
68 color: #585858; 71 color: #585858;
69 cursor: pointer; 72 cursor: pointer;
70 margin-right: 10px; 73 margin-right: 10px;
@@ -92,7 +95,7 @@
92 95
93@media screen and (max-width: 600px) { 96@media screen and (max-width: 600px) {
94 .children { 97 .children {
95 margin-left: -40px; 98 margin-left: -35px;
96 } 99 }
97 100
98 .root-comment { 101 .root-comment {