mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
11 lines
277 B
CSS
11 lines
277 B
CSS
adf-datatable ::ng-deep .custom-row-style.alfresco-datatable__row:focus {
|
|
outline-offset: -1px;
|
|
outline-width: 1px;
|
|
outline-color: green;
|
|
outline-style: solid;
|
|
}
|
|
|
|
adf-datatable ::ng-deep .custom-row-style.alfresco-datatable__row--selected {
|
|
color: green;
|
|
}
|