Skip to content

Commit

Permalink
fix(grid): update sticky borders
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored and joneff committed Aug 6, 2020
1 parent b62d304 commit ad14ba6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/default/scss/grid/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
.k-icon {
color: $grid-header-text;
}

.k-grid-content-sticky {
border-color: $grid-sticky-border;
border-top-color: $grid-header-border;
}
}

.k-grid-search {
Expand Down
1 change: 1 addition & 0 deletions packages/material/scss/grid/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@

.k-master-row {
.k-grid-content-sticky {
border-color: $grid-sticky-border;
border-bottom-color: $grid-header-border;
}
}
Expand Down

0 comments on commit ad14ba6

Please sign in to comment.