File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ Final Review:
108
108
</ h3 >
109
109
< span styleName = "link-like-paragraph tooltip-container" >
110
110
{ reviewTypeTitle }
111
- < Tooltip content = { reviewTip } >
112
- < div styleName = "tctooltip" >
111
+ < Tooltip content = { reviewTip } trigger = { [ 'hover' , 'focus' ] } >
112
+ < div styleName = "tctooltip" tabIndex = "0" role = "button" >
113
113
?
114
114
</ div >
115
115
</ Tooltip >
@@ -119,8 +119,8 @@ Approval:
119
119
</ h3 >
120
120
< span styleName = "link-like-paragraph tooltip-container" >
121
121
User Sign-Off
122
- < Tooltip content = { approvalTip } className = { styles [ 'tooltip-overlay' ] } >
123
- < div styleName = "tctooltip" >
122
+ < Tooltip content = { approvalTip } className = { styles [ 'tooltip-overlay' ] } trigger = { [ 'hover' , 'focus' ] } >
123
+ < div styleName = "tctooltip" tabIndex = "0" role = "button" >
124
124
?
125
125
</ div >
126
126
</ Tooltip >
You can’t perform that action at this time.
0 commit comments