From 7358a06dd670b5eb61175702e7bbae3abd59d8f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Fri, 30 Aug 2019 10:23:30 +0200 Subject: [PATCH] Revert "Merge branch 'staging' into 'master'" This reverts merge request !399 --- .../moderator-comment-list.component.scss | 2 +- .../components/shared/comment-list/comment-list.component.scss | 2 +- src/app/components/shared/comment/comment.component.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss index 0476673d4..350cbe5be 100644 --- a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss +++ b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss @@ -105,7 +105,7 @@ h4 { } .read-icon { - color: var(--on-surface); + color: var(--grey); } .favorite-icon { diff --git a/src/app/components/shared/comment-list/comment-list.component.scss b/src/app/components/shared/comment-list/comment-list.component.scss index 0476673d4..350cbe5be 100644 --- a/src/app/components/shared/comment-list/comment-list.component.scss +++ b/src/app/components/shared/comment-list/comment-list.component.scss @@ -105,7 +105,7 @@ h4 { } .read-icon { - color: var(--on-surface); + color: var(--grey); } .favorite-icon { diff --git a/src/app/components/shared/comment/comment.component.scss b/src/app/components/shared/comment/comment.component.scss index db785cb26..7e90cb78e 100644 --- a/src/app/components/shared/comment/comment.component.scss +++ b/src/app/components/shared/comment/comment.component.scss @@ -34,7 +34,7 @@ mat-card-content > :first-child { } .read-icon { - color: var(--on-surface); + color: var(--grey); } .favorite-icon { -- GitLab