Skip to content

Commit

Permalink
Fix double header styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Oct 18, 2023
1 parent 58becb2 commit a6fe07b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libs/ui/lib/table/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,15 @@ table.ox-table {
@apply border-r;
}

& tr:not(:first-of-type) th {
@apply border-t-0;
}

& tr:not(:first-of-type) th:after,
& tr:not(:first-of-type) th:last-of-type:not(.action-col) {
border-top-left-radius: 0;
border-top-right-radius: 0;
@apply border-t-0;
/* === Begin table selection styles === */

/**
Expand Down

0 comments on commit a6fe07b

Please sign in to comment.