File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
projects/igniteui-angular/src/lib/core/styles/components/grid Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 12001200 %grid-cell--selected {
12011201 color : --var ($theme , ' cell-selected-text-color' );
12021202 background : --var ($theme , ' cell-selected-background' );
1203- border-bottom : 0 ;
1203+ // this is causing an issue https://github.com/IgniteUI/igniteui-angular/issues/4981
1204+ // border-bottom: 0;
12041205
12051206 %igx-grid__tree-grouping-indicator {
12061207 color : --var ($theme , ' cell-selected-text-color' );
12521253 %grid-cell--pinned-selected {
12531254 color : --var ($theme , ' cell-selected-text-color' );
12541255 background : --var ($theme , ' cell-selected-background' );
1255- border-bottom : 0 ;
1256+ // this is causing an issue https://github.com/IgniteUI/igniteui-angular/issues/4981
1257+ // border-bottom: 0;
12561258 }
12571259
12581260 %grid-cell--pinned-last {
You can’t perform that action at this time.
0 commit comments