From c15431f5bdecc186da8b87e8573f869f171c1033 Mon Sep 17 00:00:00 2001 From: iversonLv Date: Wed, 10 Oct 2018 16:06:53 +0800 Subject: [PATCH] issues_2584 Hyperlink text should be blue instead of black in Discussion posts of a connect project --- src/components/ActionCard/Comment.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/components/ActionCard/Comment.scss b/src/components/ActionCard/Comment.scss index f631976e2..4d3972578 100644 --- a/src/components/ActionCard/Comment.scss +++ b/src/components/ActionCard/Comment.scss @@ -35,13 +35,10 @@ min-width: 0; } -.text { - div { - p { - a { - color:$tc-dark-blue-110; - } - } +.text { + a, + a:hover { + color:$tc-dark-blue-110; } }