Skip to content

Commit

Permalink
Fixed #6488
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 27, 2024
1 parent 3f19557 commit 304e878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/primevue/src/datatable/style/DataTableStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ const theme = ({ dt }) => `
.p-datatable-tbody > tr:focus-visible,
.p-datatable-tbody > tr.p-datatable-contextmenu-row-selected {
box-shadow: ${dt('datatable.body.cell.focus.ring.shadow')};
outline: ${dt('datatable.body.cell.focus.ring.width')} ${dt('datatable.body.cell.focus.ring.style')} ${dt('datatable.body.cell.focus.ring.color')};
outline-offset: ${dt('datatable.body.cell.focus.ring.offset')};
box-shadow: ${dt('datatable.row.focus.ring.shadow')};
outline: ${dt('datatable.row.focus.ring.width')} ${dt('datatable.row.focus.ring.style')} ${dt('datatable.row.focus.ring.color')};
outline-offset: ${dt('datatable.row.focus.ring.offset')};
}
.p-datatable-tfoot > tr > td {
Expand Down

0 comments on commit 304e878

Please sign in to comment.