Skip to content

Commit baede97

Browse files
committed
fix(grids): fix invalid cell-editing border height mismatch
1 parent 4a848b5 commit baede97

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

projects/igniteui-angular/grids/themes/_base.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -862,9 +862,6 @@ $z-grid-loading: 10003;
862862
&::after {
863863
box-shadow: inset 0 0 0 #{$cell-editing-outline-width}
864864
color($color: 'error') !important;
865-
866-
top: calc($cell-editing-outline-width / 2);
867-
height: calc(100% - $cell-editing-outline-width)
868865
}
869866
}
870867

0 commit comments

Comments
 (0)