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; - } } }