Skip to content

Commit 22214d8

Browse files
authored
Merge branch 'master' into SKrastev/fix-6183-master
2 parents 67168d0 + 35203d3 commit 22214d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,8 @@
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');
@@ -1252,7 +1253,8 @@
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 {

0 commit comments

Comments
 (0)