Skip to content

Commit c91d856

Browse files
committed
feat(grid): style inputs in the context of cell
1 parent 2d9e881 commit c91d856

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,21 @@
11921192
align-items: center;
11931193
outline-style: none;
11941194

1195+
@extend %cell-input-overrides;
1196+
1197+
> igx-input-group,
1198+
igx-combo,
1199+
igx-simple-combo,
1200+
igx-select,
1201+
igx-date-picker,
1202+
igx-time-picker {
1203+
height: auto;
1204+
}
1205+
1206+
igx-input-group {
1207+
background: transparent;
1208+
}
1209+
11951210
@if $variant != 'indigo' {
11961211
padding-inline: pad-inline(
11971212
map.get($grid-cell-padding-inline, 'compact'),

0 commit comments

Comments
 (0)