Skip to content

Commit

Permalink
Fixes #362 so that flipped cursor is more Mac-like on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
bgashler1 committed Mar 31, 2016
1 parent 9f7460b commit 4e5950f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/vs/editor/browser/viewParts/lineNumbers/flipped-cursor-mac.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/vs/editor/browser/viewParts/lineNumbers/lineNumbers.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
box-sizing: border-box;
}

.monaco-editor.mac .margin-view-overlays .line-numbers {
cursor: url('./flipped-cursor-mac.svg') 12.6 0, default;
}

.monaco-editor .margin-view-overlays .line-numbers.lh-odd {
margin-top: 1px;
}

0 comments on commit 4e5950f

Please sign in to comment.