diff --git a/lib/core/datatable/components/datatable/datatable.component.scss b/lib/core/datatable/components/datatable/datatable.component.scss index 2268aa5450..85a8842f52 100644 --- a/lib/core/datatable/components/datatable/datatable.component.scss +++ b/lib/core/datatable/components/datatable/datatable.component.scss @@ -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 {