From 85fa96e0e98490c0620730cea1d53aa313db5dab Mon Sep 17 00:00:00 2001 From: Veena S Date: Tue, 21 May 2024 21:33:54 +0530 Subject: [PATCH] #1949 fix gutter number color Signed-off-by: Veena S --- .../common-properties/controls/expression/expression.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/canvas_modules/common-canvas/src/common-properties/controls/expression/expression.scss b/canvas_modules/common-canvas/src/common-properties/controls/expression/expression.scss index a80272c01c..dfe93c46bd 100644 --- a/canvas_modules/common-canvas/src/common-properties/controls/expression/expression.scss +++ b/canvas_modules/common-canvas/src/common-properties/controls/expression/expression.scss @@ -49,7 +49,8 @@ background-color: $background-selected; // works for both dark n light } .cm-activeLineGutter { - background-color: $background-active; + background-color: $text-placeholder; + color: $text-inverse; } &.cm-focused .cm-selectionBackground, ::selection { /* stylelint-disable-next-line declaration-no-important */ @@ -114,9 +115,6 @@ .properties-light-disabled { .elyra-CodeMirror .cm-editor { background: $field-01; - .cm-activeLineGutter { - background-color: $background-inverse-hover; - } } }