mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #6796
This commit is contained in:
parent
0c0008c74b
commit
ad101dd8bb
1 changed files with 5 additions and 0 deletions
|
@ -505,6 +505,11 @@ const theme = ({ dt }) => `
|
|||
color: ${dt('datatable.row.selected.color')};
|
||||
}
|
||||
|
||||
.p-datatable-striped.p-datatable-hoverable .p-datatable-tbody > tr:not(.p-datatable-row-selected):hover {
|
||||
background: ${dt('datatable.row.hover.background')};
|
||||
color: ${dt('datatable.row.hover.color')};
|
||||
}
|
||||
|
||||
.p-datatable.p-datatable-sm .p-datatable-header {
|
||||
padding: 0.375rem 0.5rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue