From 6b7f4dd1c742c88ec3aa61ee7ee57908cc43a6d0 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Wed, 12 Oct 2022 10:48:21 +0530 Subject: [PATCH] Fixed cursor for attribution table header refs https://github.com/TryGhost/Team/issues/1986 --- ghost/admin/app/styles/layouts/dashboard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index 2dbe6b96b39..4c34611684d 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -1108,6 +1108,7 @@ Dashboard Attribution */ .gh-dashboard-attribution .gh-dashboard-list-title-sources { opacity: 0; + cursor: default !important; } .gh-dashboard-attribution .gh-dashboard-list-item-sub-source {