Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions theme-base/components/data/_datatable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@
.p-datatable-tfoot {
> tr {
> td {
border-width: 1px 0 1px 1px;
border-width: 0 0 1px 1px;

&:last-child {
border-width: 1px 1px 1px 1px;
border-width: 0 1px 1px 1px;
}
}
}
Expand Down Expand Up @@ -298,20 +298,6 @@
}
}
}

&:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody {
> tr {
&:last-child {
> td {
border-width: 0 0 0 1px;

&:last-child {
border-width: 0 1px 0 1px;
}
}
}
}
}
}

&.p-datatable-striped {
Expand Down
2 changes: 1 addition & 1 deletion themes/material/material-dark/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ $tableFooterCellPadding: 1rem 1rem !default;
$tableFooterCellBg: #1e1e1e !default;
$tableFooterCellTextColor: $textColor !default;
$tableFooterCellFontWeight: 500 !default;
$tableFooterCellBorder: 1px solid 3404040 !default;
$tableFooterCellBorder: 1px solid #404040 !default;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • i change color to hex :)

$tableFooterCellBorderWidth: 0 0 1px 0 !default;
$tableResizerHelperBg: $primaryColor !default;
$tableDragHelperBg: rgba($primaryColor, 0.16) !default;
Expand Down