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; + } }