diff --git a/libs/ui/lib/table/table.css b/libs/ui/lib/table/table.css index e28dab32f..e068c9e02 100644 --- a/libs/ui/lib/table/table.css +++ b/libs/ui/lib/table/table.css @@ -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 === */ /**