File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ module.exports = React.createClass( {
99
99
</ div >
100
100
< div className = "variation" >
101
101
< span className = "label" >
102
- < a href = "#" className = "variation-a" ref = "nameA" onClick = { this . setVariationName } > { this . props . variations . a . name } </ a >
102
+ < a href = "#" className = "variation-a" tabIndex = "-1" ref = "nameA" onClick = { this . setVariationName } > { this . props . variations . a . name } </ a >
103
103
</ span >
104
104
< ConversionDataInput
105
105
placeholderText = "Participants A"
@@ -118,7 +118,7 @@ module.exports = React.createClass( {
118
118
</ div >
119
119
< div className = "variation" >
120
120
< span className = "label" >
121
- < a href = "#" className = "variation-b" ref = "nameB" onClick = { this . setVariationName } > { this . props . variations . b . name } </ a >
121
+ < a href = "#" className = "variation-b" tabIndex = "-1" ref = "nameB" onClick = { this . setVariationName } > { this . props . variations . b . name } </ a >
122
122
</ span >
123
123
< ConversionDataInput
124
124
placeholderText = "Participants B"
You can’t perform that action at this time.
0 commit comments