Fix cursor for drag and column resize in Electron (#3733)
This commit is contained in:
parent
9b64fac501
commit
24a303ffc9
@ -347,5 +347,5 @@
|
||||
bottom: 0;
|
||||
width: 0.25rem;
|
||||
z-index: var(--z-resize-handle);
|
||||
cursor: var(--custom-cursor, ew-resize);
|
||||
cursor: ew-resize;
|
||||
}
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
opacity: 0;
|
||||
transition: opacity 150ms;
|
||||
|
||||
cursor: var(--custom-cursor, grab) !important;
|
||||
cursor: grab !important;
|
||||
transform: translateY(-50%);
|
||||
|
||||
.container:hover & {
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
.isDragging & {
|
||||
opacity: 1;
|
||||
cursor: var(--custom-cursor, grabbing) !important;
|
||||
cursor: grabbing !important;
|
||||
}
|
||||
|
||||
@media (pointer: coarse) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user