Skip to content

Commit

Permalink
Bug 1520341 - Update CodeMirror line number colors r=jlast
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Jan 15, 2019
1 parent 6415492 commit 17762a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools/client/themes/dark-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ div.CodeMirror span.eval-text {
}

.cm-s-mozilla .CodeMirror-linenumber { /* line number text */
color: var(--theme-content-color3);
color: var(--grey-40);
}

.cm-s-mozilla .CodeMirror-gutters { /* vertical line next to line numbers */
Expand Down
2 changes: 1 addition & 1 deletion devtools/client/themes/light-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ div.CodeMirror span.eval-text {
}

.cm-s-mozilla .CodeMirror-linenumber { /* line number text */
color: var(--theme-content-color3);
color: var(--grey-50);
}

.cm-s-mozilla .CodeMirror-gutters { /* vertical line next to line numbers */
Expand Down

0 comments on commit 17762a5

Please sign in to comment.