mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
improved focus outline for datatable rows (#1503)
This commit is contained in:
committed by
Eugenio Romano
parent
dcee6abc35
commit
e3a94fc2d2
@@ -115,6 +115,9 @@
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.alfresco-datatable__row:focus {
|
||||
outline-offset: -4px;
|
||||
}
|
||||
|
||||
.alfresco-datatable__row--selected {
|
||||
color: rgb(68,138,255);
|
||||
|
@@ -32,6 +32,7 @@
|
||||
<tbody>
|
||||
|
||||
<tr *ngFor="let row of data.getRows(); let idx = index" tabindex="0"
|
||||
class="alfresco-datatable__row"
|
||||
[class.alfresco-datatable__row--selected]="selectedRow === row">
|
||||
<td *ngIf="multiselect">
|
||||
<label
|
||||
|
Reference in New Issue
Block a user