From 8e14b018a76733ea1f357fdef071275b11db364a Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Tue, 21 May 2024 16:50:04 +0200 Subject: [PATCH 1/2] MOBILE-4470 qtype_match: Fix some text color when reviewing --- src/addons/qtype/match/component/match.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/addons/qtype/match/component/match.scss b/src/addons/qtype/match/component/match.scss index 3d7daeb1a..602063d0f 100644 --- a/src/addons/qtype/match/component/match.scss +++ b/src/addons/qtype/match/component/match.scss @@ -5,10 +5,12 @@ .addon-qtype-match-correct { color: var(--success); + --subdued-text-color: var(--success); } .addon-qtype-match-incorrect { color: var(--danger); + --subdued-text-color: var(--danger); } ion-select::part(label) { From 47e9f0778288197475d304f6b8dfdd7926b7313d Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Wed, 22 May 2024 11:11:13 +0200 Subject: [PATCH 2/2] MOBILE-4470 completion: Fix completion button text wrap --- .../core-course-module-completion.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/core/features/course/components/module-completion/core-course-module-completion.html b/src/core/features/course/components/module-completion/core-course-module-completion.html index b6781ba7e..124981998 100644 --- a/src/core/features/course/components/module-completion/core-course-module-completion.html +++ b/src/core/features/course/components/module-completion/core-course-module-completion.html @@ -1,7 +1,7 @@ - {{ 'core.course.todo' | translate }} - - + {{ 'core.course.completionmenuitem' | translate }}