Skip to content

Commit

Permalink
fix(fluent): replace k-alt with k-table-alt-row
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes committed Dec 2, 2024
1 parent 9796bd5 commit 2ff9f9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/fluent/scss/grid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -845,9 +845,9 @@
}

.k-grid-row-sticky td.k-grid-content-sticky,
.k-grid-row-sticky.k-alt td.k-grid-content-sticky,
.k-grid-row-sticky.k-table-alt-row td.k-grid-content-sticky,
.k-grid-row-sticky .k-table-td.k-grid-content-sticky,
.k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
.k-grid-row-sticky.k-table-alt-row .k-table-td.k-grid-content-sticky {
z-index: 3;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/fluent/scss/pivotgrid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
table-layout: auto;

.k-grid-footer,
.k-grid .k-alt {
.k-grid .k-table-alt-row {
font-weight: bold;
}
}
Expand Down

0 comments on commit 2ff9f9a

Please sign in to comment.