From c1e555f43ead3f7718e8b11227b99d5030903f37 Mon Sep 17 00:00:00 2001 From: Ashar Fuadi Date: Sun, 17 Sep 2023 05:31:02 +0700 Subject: [PATCH] fix(client): test increase opacity for unsolved chapters/problems again --- .../single/CourseChaptersSidebar/CourseChaptersSidebar.scss | 2 +- .../resources/ChapterProblemCard/ChapterProblemCard.scss | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/judgels-client/src/routes/courses/courses/single/CourseChaptersSidebar/CourseChaptersSidebar.scss b/judgels-client/src/routes/courses/courses/single/CourseChaptersSidebar/CourseChaptersSidebar.scss index c4bbe28c8..b6f8e22a6 100644 --- a/judgels-client/src/routes/courses/courses/single/CourseChaptersSidebar/CourseChaptersSidebar.scss +++ b/judgels-client/src/routes/courses/courses/single/CourseChaptersSidebar/CourseChaptersSidebar.scss @@ -44,7 +44,7 @@ a.course-chapters-sidebar__item { } &--future { - opacity: 50%; + opacity: 70%; font-weight: normal !important; } } diff --git a/judgels-client/src/routes/courses/courses/single/chapters/single/resources/ChapterProblemCard/ChapterProblemCard.scss b/judgels-client/src/routes/courses/courses/single/chapters/single/resources/ChapterProblemCard/ChapterProblemCard.scss index 55812ac3f..0be7e520c 100644 --- a/judgels-client/src/routes/courses/courses/single/chapters/single/resources/ChapterProblemCard/ChapterProblemCard.scss +++ b/judgels-client/src/routes/courses/courses/single/chapters/single/resources/ChapterProblemCard/ChapterProblemCard.scss @@ -29,8 +29,7 @@ background-color: inherit; a { - opacity: 50%; - + opacity: 70%; h4 { font-weight: normal !important; } @@ -42,7 +41,6 @@ .chapter-problem-card { &--future { background-color: inherit; - } } }