@itwin/itwinui-css 0.59.0 → 0.59.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/css/all.css CHANGED
@@ -7559,7 +7559,7 @@ label.iui-input-label.iui-disabled{
7559
7559
  .iui-table-body.iui-scroll-snapping .iui-row{
7560
7560
  scroll-snap-align:start none;
7561
7561
  }
7562
- .iui-table-body.iui-zebra-striping .iui-row:nth-child(even):not(.iui-selected){
7562
+ .iui-table-body.iui-zebra-striping .iui-row:nth-child(even):not(.iui-selected) .iui-cell{
7563
7563
  background-color:rgba(0, 0, 0, 0.02);
7564
7564
  background-color:rgba(var(--iui-color-foreground-body-rgb), 0.02);
7565
7565
  }
package/css/table.css CHANGED
@@ -215,7 +215,7 @@
215
215
  .iui-table-body.iui-scroll-snapping .iui-row{
216
216
  scroll-snap-align:start none;
217
217
  }
218
- .iui-table-body.iui-zebra-striping .iui-row:nth-child(even):not(.iui-selected){
218
+ .iui-table-body.iui-zebra-striping .iui-row:nth-child(even):not(.iui-selected) .iui-cell{
219
219
  background-color:rgba(0, 0, 0, 0.02);
220
220
  background-color:rgba(var(--iui-color-foreground-body-rgb), 0.02);
221
221
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/itwinui-css",
3
- "version": "0.59.0",
3
+ "version": "0.59.1",
4
4
  "author": "Bentley Systems",
5
5
  "license": "MIT",
6
6
  "main": "src/index.scss",
@@ -193,7 +193,7 @@
193
193
  background-color: t(iui-color-background-1);
194
194
  }
195
195
 
196
- &.iui-zebra-striping .iui-row:nth-child(even):not(.iui-selected) {
196
+ &.iui-zebra-striping .iui-row:nth-child(even):not(.iui-selected) .iui-cell {
197
197
  @include themed {
198
198
  background-color: rgba(t(iui-color-foreground-body-rgb), 0.02);
199
199
  }