We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff6bfd commit f9b739bCopy full SHA for f9b739b
1 file changed
projects/igniteui-angular/core/src/core/styles/components/grid/_grid-theme.scss
@@ -177,7 +177,7 @@
177
igx-date-picker,
178
igx-time-picker {
179
position: relative;
180
- height: calc(100% - #{$editing-outline-width * 2});
+ height: auto;
181
width: 100% !important;
182
overflow: hidden;
183
}
@@ -211,6 +211,10 @@
211
min-height: 100% !important;
212
border: none !important;
213
214
+ .igx-input-group__filler {
215
+ border: none !important;
216
+ }
217
+
218
&::before {
219
content: none !important;
220
@@ -1204,15 +1208,6 @@
1204
1208
1205
1209
@extend %cell-input-overrides;
1206
1210
1207
- > igx-input-group,
- igx-combo,
- igx-simple-combo,
- igx-select,
1211
- igx-date-picker,
1212
- igx-time-picker {
1213
- height: auto;
1214
- }
1215
-
1216
igx-input-group {
1217
background: transparent;
1218
0 commit comments