From 252c2616211112e23a18151fafd9a127c800ca65 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Thu, 16 May 2024 18:47:35 +0300 Subject: [PATCH] lint --- src/lib/help-mode/help-button/help-button.component.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/help-mode/help-button/help-button.component.scss b/src/lib/help-mode/help-button/help-button.component.scss index c8bbedf..fad7ffe 100644 --- a/src/lib/help-mode/help-button/help-button.component.scss +++ b/src/lib/help-mode/help-button/help-button.component.scss @@ -11,7 +11,8 @@ height: 34px; cursor: pointer; - &.active, &.dialog-toggle { + &.active, + &.dialog-toggle { z-index: 1100; } @@ -50,7 +51,7 @@ } .active-thumb { - color: var(--iqser-helpmode-primary);; + color: var(--iqser-helpmode-primary); } }