Skip to content

Commit

Permalink
fixes #66896
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jan 23, 2019
1 parent f620b3d commit 9ad7e6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/vs/base/browser/ui/list/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,14 @@

.monaco-list-type-filter-message:empty {
display: none;
}

/* Electron */

.monaco-list-type-filter {
cursor: -webkit-grab;
}

.monaco-list-type-filter.dragging {
cursor: -webkit-grabbing;
}

0 comments on commit 9ad7e6a

Please sign in to comment.