Skip to content

Commit 04da9bf

Browse files
authored
Merge pull request #5784 from IgniteUI/mvenkov/update-row-drag-ghost-z-index
Set z-index of row drag ghost to 1 same as the grid one
2 parents 80e7d77 + 57b478e commit 04da9bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
- npm run lint:lib
2424
- ng build igniteui-angular --prod
2525
- npm run build:style
26-
- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:perf; fi
26+
# - if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:perf; fi
2727
- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:others; fi
2828
- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:grid; fi
2929
- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:tgrid; fi

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

+1
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,7 @@
887887

888888
&%igx-grid__tr--ghost {
889889
background: --var($theme, 'row-ghost-background');
890+
z-index: 1;
890891
}
891892
}
892893

0 commit comments

Comments
 (0)