From d2621282dce4efa3a4bc47e17e7b1e0ecdc7a884 Mon Sep 17 00:00:00 2001 From: Murtuza Zabuawala Date: Wed, 5 Aug 2020 12:30:09 +0530 Subject: [PATCH] =?UTF-8?q?Change=20the=20scope=20of=C2=A0'.dashboard-grap?= =?UTF-8?q?h-body'=20CSS=20class=20to=20prevent=20it=20from=20affecting?= =?UTF-8?q?=C2=A0other=20places.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/static/scss/_dashboard.scss | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/web/pgadmin/dashboard/static/scss/_dashboard.scss b/web/pgadmin/dashboard/static/scss/_dashboard.scss index e1269ae77..b332c0e0a 100644 --- a/web/pgadmin/dashboard/static/scss/_dashboard.scss +++ b/web/pgadmin/dashboard/static/scss/_dashboard.scss @@ -46,32 +46,32 @@ } } } -} -.dashboard-graph-body { - padding: 0.25rem 0.5rem; - height: 175px; - - & .flotr-labels { - color: $color-fg !important; - } - & .flotr-legend { - border: none !important; + & .dashboard-graph-body { padding: 0.25rem 0.5rem; - & .flotr-legend-label { + height: 175px; + + & .flotr-labels { color: $color-fg !important; - padding-left: 0.25rem; } - - & .flotr-legend-color-box>div { + & .flotr-legend { border: none !important; - &>div { - border: none !important; + padding: 0.25rem 0.5rem; + & .flotr-legend-label { + color: $color-fg !important; + padding-left: 0.25rem; } - } - & .flotr-legend-bg { - border-radius: $border-radius; + & .flotr-legend-color-box>div { + border: none !important; + &>div { + border: none !important; + } + } + + & .flotr-legend-bg { + border-radius: $border-radius; + } } } }