mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #6488
This commit is contained in:
parent
3f195574a5
commit
304e8787fc
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue