Skip to content

Commit

Permalink
fix(grid): fix broken sticky row styles
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Nov 6, 2024
1 parent 762b711 commit 6bb26e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/bootstrap/scss/grid/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
border-top-color: $kendo-grid-border;
}

.k-grid-row-sticky,
&.k-grid-row-sticky > .k-table-td {
border-top-color: $kendo-grid-sticky-border;
border-bottom-color: $kendo-grid-sticky-border;
Expand Down
1 change: 1 addition & 0 deletions packages/default/scss/grid/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@
background-color: $kendo-grid-sticky-bg;
}

.k-grid-row-sticky,
&.k-grid-row-sticky > .k-table-td {
border-top-color: $kendo-grid-sticky-border;
border-bottom-color: $kendo-grid-sticky-border;
Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/grid/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@
background-color: var( --kendo-grid-sticky-bg, #{$kendo-grid-sticky-bg} );
}

.k-grid-row-sticky,
&.k-grid-row-sticky > .k-table-td {
border-block-color: var( --kendo-grid-sticky-border, #{$kendo-grid-sticky-border} );
background-color: var( --kendo-grid-sticky-bg, #{$kendo-grid-sticky-bg} );
Expand Down

0 comments on commit 6bb26e7

Please sign in to comment.