improved focus outline for datatable rows (#1503)

This commit is contained in:
Denys Vuika
2017-01-19 15:29:01 +00:00
committed by Eugenio Romano
parent dcee6abc35
commit e3a94fc2d2
2 changed files with 5 additions and 1 deletions

View File

@@ -110,11 +110,14 @@
}
}
.mdl-data-table-fix-firefox{
.mdl-data-table-fix-firefox {
border-collapse: unset;
border-spacing: 0;
}
.alfresco-datatable__row:focus {
outline-offset: -4px;
}
.alfresco-datatable__row--selected {
color: rgb(68,138,255);