Fixed #6580 - Invalid CSS in DataTable and TreeTable
parent
f823dc2c4a
commit
5db86f3067
|
@ -450,7 +450,7 @@ const theme = ({ dt }) => `
|
||||||
border-width: 1px 1px 0 1px;
|
border-width: 1px 1px 0 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
|
.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
|
||||||
border-width: 1px 0 1px 1px;
|
border-width: 1px 0 1px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -300,7 +300,7 @@ const theme = ({ dt }) => `
|
||||||
border-width: 1px 1px 0 1px;
|
border-width: 1px 1px 0 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p-treetable-gridlines .p-treetable-tbody > tr:last-child > td {
|
.p-treetable-gridlines .p-treetable-tbody > tr:last-child > td {
|
||||||
border-width: 1px 0 1px 1px;
|
border-width: 1px 0 1px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue