From 9f22cb5cc732a37e3bb3c3ebab236b29fb8fdbc1 Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Mon, 30 Sep 2019 16:19:22 +0300 Subject: [PATCH] fix focus outline (#5115) --- .../components/datatable/datatable.component.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 {