From 4d19ffd5f443e65d93bd63d04f81ce272dfb68b3 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Thu, 31 Aug 2023 17:16:32 +0300 Subject: [PATCH] UI: Fixed blur icon in value card widget in vertical layout --- .../widget/lib/cards/value-card-widget.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/cards/value-card-widget.component.scss b/ui-ngx/src/app/modules/home/components/widget/lib/cards/value-card-widget.component.scss index 05bbbb0bf0..39293a9fb3 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/cards/value-card-widget.component.scss +++ b/ui-ngx/src/app/modules/home/components/widget/lib/cards/value-card-widget.component.scss @@ -24,7 +24,7 @@ justify-content: center; gap: 16px; padding: 24px; - > div:not(.tb-value-card-overlay) { + > div:not(.tb-value-card-overlay), > tb-icon { z-index: 1; } &.square {