Skip to content

Commit

Permalink
elyra-ai#2343 Accessibility Violations in Codemirror Component
Browse files Browse the repository at this point in the history
Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 committed Feb 14, 2025
1 parent 58c0ac5 commit 8760c00
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
.cm-activeLineGutter {
background-color: $text-placeholder;
color: $text-inverse;
color: $text-primary;
}
&.cm-focused .cm-selectionBackground, ::selection {
/* stylelint-disable-next-line declaration-no-important */
Expand All @@ -64,7 +64,7 @@
}
}

.cm-line .cm-keyword { color: $link-primary; }
.cm-line .cm-keyword { color: $link-secondary; }

.cm-line .cm-number { color: $text-secondary; }

Expand All @@ -79,7 +79,7 @@
color: $text-primary;
}

.cm-line .cm-string { color: $text-error; }
.cm-line .cm-string { color: $support-error-inverse; }

.cm-line .cm-meta { color: $layer-01; }
}
Expand Down

0 comments on commit 8760c00

Please sign in to comment.