diff --git a/public/custom.css b/public/custom.css index 31e6086..91cb348 100644 --- a/public/custom.css +++ b/public/custom.css @@ -1,3 +1,15 @@ .replies { margin-left: 1em; } +a:hover { + text-decoration: none; + color: #007bff; +} +.comment-meta a { + display: none; +} +.comment-meta:hover a { + display: inline; + text-decoration: none; + color: #007bff; +} diff --git a/src/Components/Comments/SingleComment/ExpandedComment.js b/src/Components/Comments/SingleComment/ExpandedComment.js index bfb3b1f..2e70758 100644 --- a/src/Components/Comments/SingleComment/ExpandedComment.js +++ b/src/Components/Comments/SingleComment/ExpandedComment.js @@ -3,18 +3,13 @@ import CommentReply from './CommentReply' const ExpandedComment = props => { return ( -