From 8e4151155e1f3ef3b8fc4ab480738da5b4d9174b Mon Sep 17 00:00:00 2001 From: Shadwal Sinha Date: Thu, 14 Dec 2023 15:53:12 +0530 Subject: [PATCH] Elements-1698: Add focus to kebab menu options for comment when using keyboard --- ui/nuxeo-document-comments/nuxeo-document-comment.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/nuxeo-document-comments/nuxeo-document-comment.js b/ui/nuxeo-document-comments/nuxeo-document-comment.js index a1d4a8176..ea8052f0a 100644 --- a/ui/nuxeo-document-comments/nuxeo-document-comment.js +++ b/ui/nuxeo-document-comments/nuxeo-document-comment.js @@ -121,6 +121,11 @@ import '../nuxeo-button-styles.js'; --paper-item-focused-before: { background-color: transparent; } + + &[name='edit']:focus, + &[name='delete']:focus { + outline: auto; + } }