mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
🐛 Fix pane resize cursors on Windows
This commit is contained in:
@@ -71,3 +71,20 @@ atom-pane-container {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Windows doesn't have row- and col-resize cursors
|
||||
.platform-win32 {
|
||||
atom-pane-container {
|
||||
atom-pane-axis.vertical {
|
||||
& > atom-pane-resize-handle {
|
||||
cursor: ns-resize;
|
||||
}
|
||||
}
|
||||
|
||||
atom-pane-axis.vertical {
|
||||
& > atom-pane-resize-handle {
|
||||
cursor: ew-resize;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user