Skip to content

Commit

Permalink
fix sash for #18216
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Jan 6, 2017
1 parent ca96c1b commit e0b601e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/vs/base/browser/ui/sash/sash.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@
cursor: default !important;
}

.vertical-cursor-container * {
.vertical-cursor-container {
cursor: ew-resize;
}

.horizontal-cursor-container * {
.horizontal-cursor-container {
cursor: ns-resize;
}

/** Custom Mac Cursor */

.monaco-sash.mac.vertical,
.vertical-cursor-container-mac * {
.vertical-cursor-container-mac {
cursor: col-resize;
}

.monaco-sash.mac.horizontal,
.horizontal-cursor-container-mac * {
.horizontal-cursor-container-mac {
cursor: row-resize;
}

0 comments on commit e0b601e

Please sign in to comment.