Skip to content

Commit bf00d2b

Browse files
committed
fix(grid): fix input having notch borders in grid cell
1 parent 288eafb commit bf00d2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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
@@ -212,6 +212,11 @@
212212
min-height: 100% !important;
213213
border: none !important;
214214

215+
.igx-input-group__filler,
216+
.igx-input-group__notch {
217+
border: none !important;
218+
}
219+
215220
&::before {
216221
content: none !important;
217222
}

0 commit comments

Comments
 (0)