Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit d220db8

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
feat(grid): Widen resizable handle cursor areas for columns
1 parent 2046af4 commit d220db8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/modules/angular-slickgrid/styles/slick-bootstrap.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,12 @@
272272
}
273273
}
274274
.slick-resizable-handle {
275-
width: 5px;
276-
right: 2px;
275+
width: 7px;
276+
right: -4px;
277277
}
278278
.slick-resizable-handle:hover {
279279
border-right: $header-resizable-hover;
280+
right: 0;
280281
}
281282
}
282283
}

0 commit comments

Comments
 (0)