Skip to content

Commit

Permalink
Revert "Gutter line number colors firefox-devtools#7647"
Browse files Browse the repository at this point in the history
  • Loading branch information
waqardm authored Jan 7, 2019
1 parent 7c20e53 commit 16953ea
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions src/components/Editor/Editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,34 +66,14 @@ html[dir="rtl"] .editor-mount {
--breakpoint-stroke-disabled: var(--blue-60);
}

.theme-light .cm-s-mozilla .CodeMirror-linenumber {
.theme-light .cm-s-mozilla .empty-line .CodeMirror-linenumber {
color: var(--grey-40);
}

.theme-dark .cm-s-mozilla {
.theme-dark .cm-s-mozilla .empty-line .CodeMirror-linenumber {
color: var(--grey-60);
}

/* dark theme line number and empty line number */
.theme-dark {
.CodeMirror-linenumber {
color: var(--grey-40);
}
.empty-line{
color: var(--grey-50);
}
}

/* dark theme line number and empty line number */
.theme-light {
.CodeMirror-linenumber {
color: var(--grey-50);
}
.empty-line{
color: var(--grey-40);
}
}

:not(.empty-line):not(.new-breakpoint)
> .CodeMirror-gutter-wrapper:hover
> .CodeMirror-linenumber {
Expand Down

0 comments on commit 16953ea

Please sign in to comment.