Fix inconsistency with pane resize cursors.

This commit is contained in:
Roy Martin 2015-06-09 01:06:45 -07:00
parent c06d62e607
commit 384b88eecf

View File

@ -25,7 +25,7 @@ atom-pane-container {
width: 100%;
height: 8px;
margin-top: -4px;
cursor: ns-resize;
cursor: row-resize;
border-bottom: none;
}
}
@ -37,7 +37,7 @@ atom-pane-container {
width: 8px;
height: 100%;
margin-left: -4px;
cursor: ew-resize;
cursor: col-resize;
border-right: none;
}
}