From 4bf065561a3f2d273fa59521ded733c34f852f5b Mon Sep 17 00:00:00 2001 From: dominikiwanekhyland <141320833+dominikiwanekhyland@users.noreply.github.com> Date: Thu, 15 Jan 2026 14:44:01 +0100 Subject: [PATCH] [ACS-10313] KN: Personal Files: Row selection checkboxes are not accessible for keyboard and screen reader users (#11531) --- .../datatable/components/datatable/datatable.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/core/src/lib/datatable/components/datatable/datatable.component.scss b/lib/core/src/lib/datatable/components/datatable/datatable.component.scss index a2e606d7a2..2aa90bbb0d 100644 --- a/lib/core/src/lib/datatable/components/datatable/datatable.component.scss +++ b/lib/core/src/lib/datatable/components/datatable/datatable.component.scss @@ -185,6 +185,12 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default; } } + &:focus-within { + .adf-datatable-hover-only { + visibility: visible; + } + } + .adf-datatable-hover-only { visibility: hidden;