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; }