Skip to content

Commit

Permalink
Merge pull request #149 from RamonvdW/remove_table_cell_border_radius
Browse files Browse the repository at this point in the history
Fix for issue #146 (Rounding artefacts with dark table row)
  • Loading branch information
DanielRuf authored Jul 5, 2021
2 parents e3eb698 + 179d9c4 commit 5c4083a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sass/components/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,6 @@ table {
> tr:nth-child(odd) {
background-color: $table-striped-color;
}

> tr > td {
border-radius: 0;
}
}

&.highlight > tbody > tr {
Expand All @@ -401,7 +397,7 @@ td, th{
display: table-cell;
text-align: left;
vertical-align: middle;
border-radius: 2px;
border-radius: 0;
}

// Responsive Table
Expand Down

0 comments on commit 5c4083a

Please sign in to comment.