Skip to content

Commit 0720fc1

Browse files
didimmovasimeonoff
andauthored
fix(grid): fix input overrides for grid cell (#16515)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 8a6376e commit 0720fc1

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
igx-date-picker,
178178
igx-time-picker {
179179
position: relative;
180-
height: calc(100% - #{$editing-outline-width * 2});
180+
height: auto;
181181
width: 100% !important;
182182
overflow: hidden;
183183
}
@@ -211,6 +211,10 @@
211211
min-height: 100% !important;
212212
border: none !important;
213213

214+
.igx-input-group__filler {
215+
border: none !important;
216+
}
217+
214218
&::before {
215219
content: none !important;
216220
}
@@ -1204,15 +1208,6 @@
12041208

12051209
@extend %cell-input-overrides;
12061210

1207-
> igx-input-group,
1208-
igx-combo,
1209-
igx-simple-combo,
1210-
igx-select,
1211-
igx-date-picker,
1212-
igx-time-picker {
1213-
height: auto;
1214-
}
1215-
12161211
igx-input-group {
12171212
background: transparent;
12181213
}

0 commit comments

Comments
 (0)