Skip to content

Commit

Permalink
fix(grid): sorted locked column header does not have background color
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva authored and joneff committed Nov 8, 2019
1 parent 49981cd commit 1d16df6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/bootstrap/scss/grid/_theme.scss
Expand Up @@ -105,7 +105,8 @@
}
}

.k-grid-header-sticky {
.k-grid-header-sticky,
.k-grid-header-sticky.k-sorted {
@include fill($grid-sticky-text, $grid-sticky-bg, $grid-sticky-border);
}
}
Expand Down
3 changes: 2 additions & 1 deletion packages/default/scss/grid/_theme.scss
Expand Up @@ -168,7 +168,8 @@
}
}

.k-grid-header-sticky {
.k-grid-header-sticky,
.k-grid-header-sticky.k-sorted {
@include fill($grid-sticky-text, $grid-sticky-bg, $grid-sticky-border);
}
}
Expand Down
3 changes: 2 additions & 1 deletion packages/material/scss/grid/_theme.scss
Expand Up @@ -93,7 +93,8 @@
border-left-color: $grid-border;
}

.k-grid-header-sticky {
.k-grid-header-sticky,
.k-grid-header-sticky.k-sorted {
@include fill($grid-sticky-text, $grid-sticky-bg, $grid-sticky-border);
}
}
Expand Down

0 comments on commit 1d16df6

Please sign in to comment.