Skip to content

Commit 5e5fd7f

Browse files
committed
Merge pull request #2942 from romitgit/MSFT-236-Issue#2893
MSFT-236-Issue#2893 - proper name read out when hover on join or login button
1 parent 03cb34b commit 5e5fd7f

File tree

2 files changed

+0
-12
lines changed
  • __tests__/shared/components/TopcoderHeader/__snapshots__
  • src/shared/components/TopcoderHeader/Auth

2 files changed

+0
-12
lines changed

__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
exports[`Snapshot match 1`] = `
44
<div
55
className="src-shared-components-TopcoderHeader-Auth-___style__auth___3X0_r"
6-
onClick={[Function]}
7-
onKeyPress={null}
8-
role="button"
9-
tabIndex="0"
106
>
117
<a
128
className="tc-btn-sm tc-btn-primary"
@@ -27,10 +23,6 @@ exports[`Snapshot match 1`] = `
2723
exports[`Snapshot match 2`] = `
2824
<div
2925
className="column src-shared-components-TopcoderHeader-Auth-___style__auth___3X0_r"
30-
onClick={[Function]}
31-
onKeyPress={null}
32-
role="button"
33-
tabIndex="0"
3426
>
3527
<a
3628
className="tc-btn-sm tc-btn-primary"

src/shared/components/TopcoderHeader/Auth/index.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ export default function Auth({ column }) {
1515
<div
1616
className={column ? 'column' : ''}
1717
styleName="auth"
18-
onClick={(event) => { event.stopPropagation(); }}
19-
onKeyPress={null}
20-
role="button"
21-
tabIndex="0"
2218
>
2319
<a
2420
className="tc-btn-sm tc-btn-primary"

0 commit comments

Comments
 (0)