From e1f690a566001765bf12f16bf570fc4fa82c881e Mon Sep 17 00:00:00 2001 From: Ludek <13610612+ludeknovy@users.noreply.github.com> Date: Fri, 16 Apr 2021 11:23:17 +0200 Subject: [PATCH] label chart collapsable (#138) --- .../label-chart/label-chart.component.css | 7 +++++++ .../label-chart/label-chart.component.html | 11 ++++++++--- .../label-chart/label-chart.component.ts | 15 ++++++++++++--- src/index.html | 2 +- 4 files changed, 28 insertions(+), 7 deletions(-) diff --git a/src/app/item-detail/label-chart/label-chart.component.css b/src/app/item-detail/label-chart/label-chart.component.css index c16e9ba5..8a07445f 100644 --- a/src/app/item-detail/label-chart/label-chart.component.css +++ b/src/app/item-detail/label-chart/label-chart.component.css @@ -21,3 +21,10 @@ .compare-card { margin-top: 20px;; } + +.jtl-ico-btn-light{ + color: #4b7cf3; +} +.jtl-ico-btn-light:hover{ + color: grey; +} diff --git a/src/app/item-detail/label-chart/label-chart.component.html b/src/app/item-detail/label-chart/label-chart.component.html index 1ecc6dee..7bbba95d 100644 --- a/src/app/item-detail/label-chart/label-chart.component.html +++ b/src/app/item-detail/label-chart/label-chart.component.html @@ -3,7 +3,12 @@