File tree Expand file tree Collapse file tree 1 file changed +2
-36
lines changed
src/vs/editor/contrib/middleScroll/browser Expand file tree Collapse file tree 1 file changed +2
-36
lines changed Original file line number Diff line number Diff line change 19
19
}
20
20
}
21
21
22
- .scroll-editor-on-middle-click-editor {
23
- * {
24
- cursor : all-scroll;
25
- }
26
-
27
- & [data-scroll-direction = "n" ] * {
28
- cursor : n-resize;
29
- }
30
-
31
- & [data-scroll-direction = "ne" ] * {
32
- cursor : ne-resize;
33
- }
34
-
35
- & [data-scroll-direction = "e" ] * {
36
- cursor : e-resize;
37
- }
38
-
39
- & [data-scroll-direction = "se" ] * {
40
- cursor : se-resize;
41
- }
42
-
43
- & [data-scroll-direction = "s" ] * {
44
- cursor : s-resize;
45
- }
46
-
47
- & [data-scroll-direction = "sw" ] * {
48
- cursor : sw-resize;
49
- }
50
-
51
- & [data-scroll-direction = "w" ] * {
52
- cursor : w-resize;
53
- }
54
-
55
- & [data-scroll-direction = "nw" ] * {
56
- cursor : nw-resize;
57
- }
22
+ .scroll-editor-on-middle-click-editor * {
23
+ cursor : all-scroll;
58
24
}
You can’t perform that action at this time.
0 commit comments