File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ exports[`Default render 1`] = `
70
70
onMouseEnter = { [Function ]}
71
71
onMouseLeave = { [Function ]}
72
72
onTouchStart = { [Function ]}
73
+ role = " button"
74
+ tabIndex = { 0 }
73
75
>
74
76
<MagnifyingGlass
75
77
height = " 18"
@@ -335,6 +337,8 @@ exports[`Render with open menu 1`] = `
335
337
onMouseEnter = { [Function ]}
336
338
onMouseLeave = { [Function ]}
337
339
onTouchStart = { [Function ]}
340
+ role = " button"
341
+ tabIndex = { 0 }
338
342
>
339
343
<MagnifyingGlass
340
344
height = " 18"
@@ -630,6 +634,8 @@ exports[`Render with specified profile 1`] = `
630
634
onMouseEnter = { [Function ]}
631
635
onMouseLeave = { [Function ]}
632
636
onTouchStart = { [Function ]}
637
+ role = " button"
638
+ tabIndex = { 0 }
633
639
>
634
640
<MagnifyingGlass
635
641
height = " 18"
Original file line number Diff line number Diff line change @@ -358,6 +358,8 @@ export default class TopcoderHeader extends React.Component {
358
358
{ userMenuHandle }
359
359
{ authButtons }
360
360
< div
361
+ role = "button"
362
+ tabIndex = { 0 }
361
363
data-menu = "search"
362
364
className = { searchOpened ? 'opened' : '' }
363
365
onMouseEnter = { event => ! isMobile && openSearch ( event . target ) }
You can’t perform that action at this time.
0 commit comments