Skip to content

Commit

Permalink
elyra-ai#1949 fix gutter number color
Browse files Browse the repository at this point in the history
Signed-off-by: Veena S <[email protected]>
  • Loading branch information
veenas1 committed May 21, 2024
1 parent 1e113d3 commit 85fa96e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -114,9 +115,6 @@
.properties-light-disabled {
.elyra-CodeMirror .cm-editor {
background: $field-01;
.cm-activeLineGutter {
background-color: $background-inverse-hover;
}
}
}

Expand Down

0 comments on commit 85fa96e

Please sign in to comment.