Fix focus visible on table row
This commit is contained in:
parent
58036ff463
commit
d0cd721254
|
@ -524,6 +524,10 @@ p-table {
|
|||
color: pvar(--mainForegroundColor) !important;
|
||||
}
|
||||
}
|
||||
|
||||
&.focus-visible {
|
||||
border: 1px solid pvar(--mainForegroundColor) !important
|
||||
}
|
||||
}
|
||||
|
||||
.p-datatable-tbody {
|
||||
|
|
Loading…
Reference in New Issue