From aa249579f22482561ecaf15b338146723e456aa1 Mon Sep 17 00:00:00 2001 From: Luke Wyatt Date: Tue, 2 Aug 2022 09:43:43 -0400 Subject: [PATCH 1/3] Background color of private list-items updated --- web_src/less/_dashboard.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less index d37d9ab161025..c56d2f500202e 100644 --- a/web_src/less/_dashboard.less +++ b/web_src/less/_dashboard.less @@ -165,7 +165,7 @@ } &.private { - background-color: #fcf8e9; + background-color: var(--color-primary-light-7); } .repo-list-link { From 824cd31d610a30d599a6aba5d26d7aabf6fd568a Mon Sep 17 00:00:00 2001 From: Luke Wyatt Date: Tue, 2 Aug 2022 18:16:17 -0400 Subject: [PATCH 2/3] Requested changes --- web_src/less/_base.less | 1 + web_src/less/_dashboard.less | 2 +- web_src/less/themes/theme-arc-green.less | 5 +---- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/web_src/less/_base.less b/web_src/less/_base.less index 0bf46497e3a9a..de4dddbb25768 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -123,6 +123,7 @@ --color-text-light-3: #a0a0a0; --color-box-header: #f7f7f7; --color-box-body: #ffffff; + --color-box-body-highlight: #f6f6f6; --color-footer: #ffffff; --color-timeline: #ececec; --color-input-text: #212121; diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less index c56d2f500202e..570d772729396 100644 --- a/web_src/less/_dashboard.less +++ b/web_src/less/_dashboard.less @@ -165,7 +165,7 @@ } &.private { - background-color: var(--color-primary-light-7); + background-color: var(--color-box-body-highlight); } .repo-list-link { diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index cf63580911f1a..4d21a5ac433c0 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -95,6 +95,7 @@ --color-body: #383c4a; --color-box-header: #404652; --color-box-body: #303440; + --color-box-body-highlight: #353945; --color-text-dark: #dbe0ea; --color-text: #bbc0ca; --color-text-light: #a6aab5; @@ -150,10 +151,6 @@ color: #fff; } -.feeds .list ul li.private { - background: #353945; -} - .ui.red.label, .ui.red.labels .label { background-color: #7d3434 !important; From 3725802624f4ca8a055f5d880a8b23982005e9f8 Mon Sep 17 00:00:00 2001 From: Luke Wyatt <4325168+lukeawyatt@users.noreply.github.com> Date: Tue, 2 Aug 2022 18:29:59 -0400 Subject: [PATCH 3/3] Update web_src/less/_base.less Co-authored-by: silverwind --- web_src/less/_base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/less/_base.less b/web_src/less/_base.less index de4dddbb25768..dc518eea951a4 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -123,7 +123,7 @@ --color-text-light-3: #a0a0a0; --color-box-header: #f7f7f7; --color-box-body: #ffffff; - --color-box-body-highlight: #f6f6f6; + --color-box-body-highlight: #f8f8f8; --color-footer: #ffffff; --color-timeline: #ececec; --color-input-text: #212121;