From ca06b5d6d1cc8c6472a3cb69055cf12753abaaea Mon Sep 17 00:00:00 2001 From: NessArt Date: Fri, 22 Dec 2023 12:22:51 +0100 Subject: [PATCH] resolve sonarcloud issues --- frontend/src/app/base-editor/base-editor.component.css | 1 - frontend/src/styles.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/app/base-editor/base-editor.component.css b/frontend/src/app/base-editor/base-editor.component.css index 2b291d86c..f6a9cd315 100644 --- a/frontend/src/app/base-editor/base-editor.component.css +++ b/frontend/src/app/base-editor/base-editor.component.css @@ -330,7 +330,6 @@ mat-expansion-panel.stepBlockContainer .mat-expansion-panel-body { } .exampleListOption { - /*font-weight: bold !important;*/ font-size: 16px; } diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index c697a580d..9479f488e 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -1160,7 +1160,7 @@ mat-mdc-select{ } .darkTheme .even-row-mat-option{ - background-color: #6c7c84;; + background-color: #6c7c84; font-size: 14px; font-weight: normal !important; }