Skip to content

Commit

Permalink
Fix for issue 146 (Rounding artefacts with dark table row)
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonvdW authored and RamonvdW committed Jun 17, 2021
1 parent e3eb698 commit 179d9c4
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 179d9c4

Please sign in to comment.