Skip to content

Commit c6082c6

Browse files
authored
Merge pull request #16627 from IgniteUI/didimmova/fix-input-in-grid-cell
fix(grid): fix input having notch borders in grid cell
2 parents 3727737 + 1982608 commit c6082c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@
211211
min-height: 100% !important;
212212
border: none !important;
213213

214-
.igx-input-group__filler {
214+
.igx-input-group__filler,
215+
.igx-input-group__notch {
215216
border: none !important;
216217
}
217218

0 commit comments

Comments
 (0)