We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80e7d77 + 57b478e commit 04da9bfCopy full SHA for 04da9bf
.travis.yml
@@ -23,7 +23,7 @@ script:
23
- npm run lint:lib
24
- ng build igniteui-angular --prod
25
- npm run build:style
26
-- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:perf; fi
+# - if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:perf; fi
27
- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:others; fi
28
- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:grid; fi
29
- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib:tgrid; fi
projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss
@@ -887,6 +887,7 @@
887
888
&%igx-grid__tr--ghost {
889
background: --var($theme, 'row-ghost-background');
890
+ z-index: 1;
891
}
892
893
0 commit comments