Skip to content

Commit 846bd71

Browse files
author
MPopov
committed
feat(filtering): moving the styles from dropdown to grid component
1 parent f125387 commit 846bd71

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,10 @@
542542
@extend %igx-grid__filtering-cell-indicator--hidden !optional;
543543
}
544544

545+
@include e(filtering-row-dropdown-items) {
546+
@extend %igx-grid__filtering-row-dropdown-items !optional;
547+
}
548+
545549
@include e(filtering-row) {
546550
@extend %igx-grid__filtering-row !optional;
547551
}

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2396,6 +2396,11 @@
23962396
}
23972397
}
23982398

2399+
%igx-grid__filtering-row-dropdown-items {
2400+
display: flex;
2401+
align-items: center;
2402+
}
2403+
23992404
%igx-grid__filtering-row--cosy {
24002405
height: map-get($grid-header-height, 'cosy');
24012406
}

0 commit comments

Comments
 (0)