Skip to content

Commit

Permalink
fix(grid): increase sticky content selector specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and Juveniel committed Apr 11, 2023
1 parent 277e910 commit 7780eb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/default/scss/grid/_theme.scss
Expand Up @@ -260,10 +260,10 @@
}

// Selected state
&.k-selected .k-grid-content-sticky,
&.k-selected .k-grid-row-sticky,
td.k-grid-content-sticky.k-selected,
.k-table-td.k-grid-content-sticky.k-selected {
&.k-table-row.k-selected .k-grid-content-sticky,
&.k-table-row.k-selected .k-grid-row-sticky,
&.k-table-row td.k-grid-content-sticky.k-selected,
&.k-table-row .k-table-td.k-grid-content-sticky.k-selected {
@include fill( $bg: $kendo-grid-sticky-selected-bg );
}

Expand Down

0 comments on commit 7780eb7

Please sign in to comment.