fix focus outline (#5115)

This commit is contained in:
Cilibiu Bogdan
2019-09-30 16:19:22 +03:00
committed by Eugenio Romano
parent bcacd8b42e
commit 9f22cb5cc7

View File

@@ -405,11 +405,6 @@
&--fileSize .adf-datatable-cell-value {
padding: 0;
}
&:focus {
outline-offset: -1px;
outline: $data-table-cell-outline;
}
}
.adf-cell-value {
@@ -418,6 +413,11 @@
align-items: center;
word-break: break-all;
width: 100%;
&:focus {
outline-offset: -1px;
outline: $data-table-cell-outline;
}
}
.adf-datatable__actions-cell, .adf-datatable-cell--image {