Commit a92b5075 authored by Phil Hughes's avatar Phil Hughes

fixed scss-lint

added pointer cursor to diff overview
parent 431de5a6
...@@ -233,6 +233,7 @@ ...@@ -233,6 +233,7 @@
.monaco-diff-editor.vs .diffOverview { .monaco-diff-editor.vs .diffOverview {
background-color: $white-light; background-color: $white-light;
border-left: 1px solid $white-dark; border-left: 1px solid $white-dark;
cursor: pointer;
} }
.monaco-diff-editor.vs .diffViewport { .monaco-diff-editor.vs .diffViewport {
...@@ -240,11 +241,11 @@ ...@@ -240,11 +241,11 @@
} }
.monaco-diff-editor .char-insert { .monaco-diff-editor .char-insert {
background-color: #c7f0d2; background-color: $line-added-dark;
} }
.monaco-diff-editor .char-delete { .monaco-diff-editor .char-delete {
background-color: #fac5cd; background-color: $line-removed-dark;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment