From c134dc4367e24ae50023cab6ca09fea0d980a170 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 4 Jul 2022 23:48:11 +0300 Subject: [PATCH] Quick fix for svgs with opacity in topics --- src/assets/dashboard-theme | 2 +- src/assets/monitor-dashboard-custom.less | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/assets/dashboard-theme b/src/assets/dashboard-theme index 319eff1..141c71c 160000 --- a/src/assets/dashboard-theme +++ b/src/assets/dashboard-theme @@ -1 +1 @@ -Subproject commit 319eff1cc355ffc4148cf20c4ba23e15fbc6a6f6 +Subproject commit 141c71c3104bab1382e6008697043ea87e03ea44 diff --git a/src/assets/monitor-dashboard-custom.less b/src/assets/monitor-dashboard-custom.less index 3f69197..2a407e8 100644 --- a/src/assets/monitor-dashboard-custom.less +++ b/src/assets/monitor-dashboard-custom.less @@ -48,3 +48,8 @@ #filters_switcher_toggle { top: 400px !important; } + +/* Quick fix for svgs with a class that makes their opacity: 0.5*/ +svg .a { + opacity: 1 !important; +}