We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1cd95 commit 3e69e90Copy full SHA for 3e69e90
1 file changed
projects/igniteui-angular/core/src/core/styles/components/grid/_grid-theme.scss
@@ -892,12 +892,14 @@
892
&%igx-grid__tr--ghost {
893
background: var-get($theme, 'row-ghost-background');
894
color: var-get($theme, 'row-drag-color');
895
+ border: 1px solid var-get($theme, 'row-ghost-border-color');
896
z-index: 10002;
897
898
@include css-vars((
899
name: 'igx-grid-row',
900
row-ghost-background: map.get($theme, 'row-ghost-background'),
- row-drag-color: map.get($theme, 'row-drag-color')
901
+ row-drag-color: map.get($theme, 'row-drag-color'),
902
+ row-ghost-border-color: map.get($theme, 'row-ghost-border-color')
903
));
904
}
905
0 commit comments