Skip to content

Commit 12211bf

Browse files
committed
fix(grid): add border to select all checkbox
1 parent 636c309 commit 12211bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

projects/igniteui-angular/grids/themes/_base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,7 @@ $z-grid-loading: 10003;
11961196
align-items: center;
11971197
background: inherit;
11981198
z-index: $z-grid-selection;
1199+
border-inline-end: var-get($theme, 'header-border-width') var-get($theme, 'header-border-style') $grid-header-border-color;
11991200

12001201
// (!) the background-clip: padding-box; makes sure the background never go under the border,
12011202
// this is very important especially of the borders have slide alpha

0 commit comments

Comments
 (0)