diff --git a/src/components/Article/Comment/Comment.module.scss b/src/components/Article/Comment/Comment.module.scss index c0cc356b..ace30d04 100644 --- a/src/components/Article/Comment/Comment.module.scss +++ b/src/components/Article/Comment/Comment.module.scss @@ -65,10 +65,6 @@ .commentControl:not(.commentControlReply) { opacity: 0; } - - &:hover .commentControl { - opacity: 1; - } } .commentContent { @@ -77,7 +73,8 @@ .commentControlShare, .commentControlDelete, .commentControlEdit, - .commentControlComplain { + .commentControlComplain, + .commentControl { opacity: 1; } } diff --git a/src/components/Author/AuthorCard/AuthorCard.module.scss b/src/components/Author/AuthorCard/AuthorCard.module.scss index 0d990d4b..f55732b3 100644 --- a/src/components/Author/AuthorCard/AuthorCard.module.scss +++ b/src/components/Author/AuthorCard/AuthorCard.module.scss @@ -1,6 +1,6 @@ .author { display: flex; - align-items: flex-start; + align-items: center; flex-flow: row nowrap; margin-bottom: 1.6rem; diff --git a/src/components/Feed/ArticleCard/ArticleCard.module.scss b/src/components/Feed/ArticleCard/ArticleCard.module.scss index 0be9a666..60aab1e6 100644 --- a/src/components/Feed/ArticleCard/ArticleCard.module.scss +++ b/src/components/Feed/ArticleCard/ArticleCard.module.scss @@ -68,8 +68,6 @@ a:link { border: none; - position: relative; - overflow: hidden; &::before { content: ''; @@ -591,6 +589,7 @@ .shoutCardLinkContainer { background: var(--default-color); + color: var(--link-hover-color); } } }