From 4747e7f232775851336ec0d6654e35c24f86675c Mon Sep 17 00:00:00 2001 From: MisRob Date: Tue, 5 Mar 2024 20:40:07 +0100 Subject: [PATCH] Rebrand: Fix grey scales --- .../coach/assets/src/views/common/status/ProgressSummaryBar.vue | 2 +- .../assets/src/views/home/HomePage/ItemProgressDisplay.vue | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/kolibri/plugins/coach/assets/src/views/common/status/ProgressSummaryBar.vue b/kolibri/plugins/coach/assets/src/views/common/status/ProgressSummaryBar.vue index b23f92c48bc..e521fd87155 100644 --- a/kolibri/plugins/coach/assets/src/views/common/status/ProgressSummaryBar.vue +++ b/kolibri/plugins/coach/assets/src/views/common/status/ProgressSummaryBar.vue @@ -2,7 +2,7 @@
diff --git a/kolibri/plugins/coach/assets/src/views/home/HomePage/ItemProgressDisplay.vue b/kolibri/plugins/coach/assets/src/views/home/HomePage/ItemProgressDisplay.vue index aaf91de073a..a8be165f606 100644 --- a/kolibri/plugins/coach/assets/src/views/home/HomePage/ItemProgressDisplay.vue +++ b/kolibri/plugins/coach/assets/src/views/home/HomePage/ItemProgressDisplay.vue @@ -71,8 +71,6 @@ themeClass() { return this.$computedClass({ ':hover': { - // Background is light enough so that contents colored at grey.v_300 - // are still visible. backgroundColor: this.$themePalette.grey.v_100, // Add equal and opposite margin and padding to give the highlighted // region more space without increasing the size of the parent div.