Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Veena S <[email protected]>
  • Loading branch information
veenas1 committed May 15, 2024
1 parent 158e570 commit 1e113d3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
width: 100%;
background: $field-02;
color: $text-primary;

.cm-gutters {
border-right: none;
background-color: inherit;
Expand Down Expand Up @@ -52,7 +52,8 @@
background-color: $background-active;
}
&.cm-focused .cm-selectionBackground, ::selection {
background: $support-info-inverse !important; //add !important to override the selected text style
/* stylelint-disable-next-line declaration-no-important */
background: $support-info-inverse !important; // add !important to override the selected text style
}
.cm-tooltip-autocomplete {
z-index: 1110;
Expand Down

0 comments on commit 1e113d3

Please sign in to comment.