Skip to content

Commit

Permalink
Elements-1698: Add focus to kebab menu options for comment when using…
Browse files Browse the repository at this point in the history
… keyboard
  • Loading branch information
shadwal-sinha committed Dec 14, 2023
1 parent 8f45d1b commit 8e41511
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/nuxeo-document-comments/nuxeo-document-comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ import '../nuxeo-button-styles.js';
--paper-item-focused-before: {
background-color: transparent;
}
&[name='edit']:focus,
&[name='delete']:focus {
outline: auto;
}
}
</style>
Expand Down

0 comments on commit 8e41511

Please sign in to comment.