Fix focus visible on table row

pull/6003/head
Chocobozzz 2023-10-10 11:00:11 +02:00
parent 58036ff463
commit d0cd721254
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -524,6 +524,10 @@ p-table {
color: pvar(--mainForegroundColor) !important;
}
}
&.focus-visible {
border: 1px solid pvar(--mainForegroundColor) !important
}
}
.p-datatable-tbody {