Skip to content

Commit b1760bd

Browse files
didimmovaCopilotsimeonoffdesig9stein
authored
fix(grid): fix ghost row styles (#17145)
* fix(grid): fix ghost row styles * Update projects/igniteui-angular/core/src/core/styles/components/grid/_grid-theme.scss Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update projects/igniteui-angular/core/src/core/styles/components/grid/_grid-theme.scss Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Simeon Simeonoff <sim.simeonoff@gmail.com> Co-authored-by: Marin Popov <desig9stein@users.noreply.github.com>
1 parent a86c8fd commit b1760bd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,12 +892,14 @@
892892
&%igx-grid__tr--ghost {
893893
background: var-get($theme, 'row-ghost-background');
894894
color: var-get($theme, 'row-drag-color');
895+
outline: rem(1px) solid var-get($theme, 'row-ghost-border-color');
895896
z-index: 10002;
896897

897898
@include css-vars((
898899
name: 'igx-grid-row',
899900
row-ghost-background: map.get($theme, 'row-ghost-background'),
900-
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')
901903
));
902904
}
903905
}

0 commit comments

Comments
 (0)