mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
status-bar: code completion status button role
This commit is contained in:
committed by
David Lechner
parent
7b8970e90f
commit
017fe81c43
@@ -59,6 +59,8 @@ const CompletionEngineIndicator: React.VoidFunctionComponent = () => {
|
||||
<Popover2 {...commonPopoverProps} content={message}>
|
||||
<div
|
||||
aria-label={i18n.translate('completionEngineStatus.label')}
|
||||
role="button"
|
||||
aria-haspopup="dialog"
|
||||
style={{ cursor: 'pointer' }}
|
||||
>
|
||||
{icon}
|
||||
|
||||
Reference in New Issue
Block a user