Skip to content

Commit

Permalink
fix / table : table border left and right on vk-table-border-top-bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Jul 8, 2022
1 parent 5fe9a89 commit 325f844
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/extensions/core/table/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
}
&.is-style-vk-table {
&-border-top-bottom {
th,td{
border-top: none;
table,th,td {
border-left: none;
border-right: none;
}
th,td{
border-top: none;
border-bottom:1px solid var(--vk-color-border-hr);
}
}
Expand Down

0 comments on commit 325f844

Please sign in to comment.