From 8222784e107566d7785c1ab06b64abb0442be028 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Sun, 28 Mar 2021 10:46:06 +0200 Subject: [PATCH] highlight selected time filter --- .../moderator-comment-list.component.scss | 2 +- .../components/shared/comment-list/comment-list.component.scss | 2 +- 2 files changed, 2 insertions(+), 2 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 4bcbccdf6..8c2a3959d 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 @@ -126,7 +126,7 @@ h3 { } .selected { - font-weight: bold; + color: var(--red) !important; } .active-filter .mat-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 387df1437..dc47b596a 100644 --- a/src/app/components/shared/comment-list/comment-list.component.scss +++ b/src/app/components/shared/comment-list/comment-list.component.scss @@ -208,7 +208,7 @@ h3 { } .selected { - font-weight: bold; + color: var(--red) !important; } .active-filter .mat-icon { -- GitLab