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 @@ -83,6 +83,8 @@ exports[`Default render 1`] = `
83
83
onMouseEnter = { [Function ]}
84
84
onMouseLeave = { [Function ]}
85
85
onTouchStart = { [Function ]}
86
+ role = " button"
87
+ tabIndex = { 0 }
86
88
>
87
89
<MagnifyingGlass
88
90
height = " 18"
@@ -362,6 +364,8 @@ exports[`Render with open menu 1`] = `
362
364
onMouseEnter = { [Function ]}
363
365
onMouseLeave = { [Function ]}
364
366
onTouchStart = { [Function ]}
367
+ role = " button"
368
+ tabIndex = { 0 }
365
369
>
366
370
<MagnifyingGlass
367
371
height = " 18"
@@ -671,6 +675,8 @@ exports[`Render with specified profile 1`] = `
671
675
onMouseEnter = { [Function ]}
672
676
onMouseLeave = { [Function ]}
673
677
onTouchStart = { [Function ]}
678
+ role = " button"
679
+ tabIndex = { 0 }
674
680
>
675
681
<MagnifyingGlass
676
682
height = " 18"
Original file line number Diff line number Diff line change @@ -359,6 +359,8 @@ export default class TopcoderHeader extends React.Component {
359
359
{ userMenuHandle }
360
360
{ authButtons }
361
361
< div
362
+ role = "button"
363
+ tabIndex = { 0 }
362
364
data-menu = "search"
363
365
className = { searchOpened ? 'opened' : '' }
364
366
onMouseEnter = { event => ! isMobile && openSearch ( event . target ) }
You can’t perform that action at this time.
0 commit comments