Skip to content

Commit

Permalink
No more need for workaround to microsoft/monaco-editor#5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Aug 28, 2017
1 parent 93747de commit 9281472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/editor/browser/viewParts/lineNumbers/lineNumbers.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
width: 100%;
}

.monaco-workbench .monaco-editor .margin-view-overlays .line-numbers {
.monaco-editor .margin-view-overlays .line-numbers {
cursor: -webkit-image-set(
url('flipped-cursor.svg') 1x,
url('flipped-cursor-2x.svg') 2x
) 30 0, default;
}

.monaco-workbench .monaco-editor.mac .margin-view-overlays .line-numbers {
.monaco-editor.mac .margin-view-overlays .line-numbers {
cursor: -webkit-image-set(
url('flipped-cursor-mac.svg') 1x,
url('flipped-cursor-mac-2x.svg') 2x
Expand Down

0 comments on commit 9281472

Please # to comment.