We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb1a19 commit 5c5fc44Copy full SHA for 5c5fc44
1 file changed
x-pack/plugins/security_solution/public/resolver/view/process_event_dot.tsx
@@ -313,13 +313,23 @@ const UnstyledProcessEventDot = React.memo(
313
<svg
314
viewBox="-15 -15 90 30"
315
preserveAspectRatio="xMidYMid meet"
316
+ onClick={
317
+ () => {
318
+ handleFocus();
319
+ handleClick();
320
+ } /* a11y note: this is strictly an alternate to the button, so no tabindex is necessary*/
321
+ }
322
+ role="img"
323
+ aria-labelledby={labelHTMLID}
324
style={{
325
display: 'block',
326
width: '100%',
327
height: '100%',
328
position: 'absolute',
329
top: '0',
330
left: '0',
331
+ outline: 'transparent',
332
+ border: 'none',
333
}}
334
>
335
<g>
0 commit comments