Skip to content

Commit

Permalink
fix(pivotgrid): add vertical borders for the legacy pivot rendeing in…
Browse files Browse the repository at this point in the history
… Material theme
  • Loading branch information
silviyaboteva authored and joneff committed Feb 2, 2022
1 parent ab52737 commit c9194cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/material/scss/pivotgrid/_layout.scss
Expand Up @@ -6,4 +6,9 @@
border-bottom-width: 0;
}

.k-pivot .k-grid th,
.k-pivot .k-grid td {
border-left-color: inherit;
}

}

0 comments on commit c9194cd

Please sign in to comment.