Skip to content

Commit 1ed9b26

Browse files
authored
fix(grid & combo): remove grid column actions negative margin & fix combo clear button parameters (#15966)
* fix(grid & combo): remove grid negative margin & fix combo clear button parameters * fix(combo): fix spacing
1 parent 4be085b commit 1ed9b26

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

projects/igniteui-angular/src/lib/grids/column-actions/themes/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $_theme: $material;
2828

2929
@include e(header-input) {
3030
font-size: rem(16px);
31-
margin: rem(-16px) 0 0 !important;
31+
margin: 0 !important;
3232
padding: rem(8px) rem(16px);
3333
}
3434

projects/igniteui-angular/src/lib/input-group/themes/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@ $base-scale-size: (
450450
color: var-get($theme, 'disabled-text-color');
451451
}
452452

453+
igx-suffix.igx-combo__clear-button {
454+
background: var-get($theme, 'border-disabled-background');
455+
}
456+
453457
@include e(label) {
454458
color: var-get($theme, 'disabled-text-color')
455459
}

0 commit comments

Comments
 (0)