From cbd76f3437f29847d5c20c5d86b4176882274ae6 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Tue, 27 Sep 2022 16:46:13 +0200 Subject: [PATCH] Updated dot color refs https://github.com/TryGhost/Team/issues/1986 --- ghost/admin/app/styles/layouts/dashboard.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index 015a5af2ea..fdd0ab4b4d 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -1114,6 +1114,11 @@ Dashboard Attribution */ background: #F5C9C2; } +.gh-dashboard-list-item-sub.gh-dashboard-list-item-other-source.gh-dashboard-list-item-sub-source::after { + background: transparent; + border: 1px solid var(--lightgrey); +} + .gh-dashboard-attribution-list .gh-dashboard-list-body{ position: relative; }