Fix tabbing to Web IDE button

parent b0031f5e
......@@ -138,10 +138,10 @@ export default {
v-gl-tooltip
:title="ideButtonTitle"
class="gl-display-none d-md-inline-block gl-mr-3"
tabindex="0"
:tabindex="!mr.canPushToSourceBranch ? 0 : null"
>
<gl-button
:href="mr.canPushToSourceBranch ? webIdePath : null"
:href="webIdePath"
:disabled="!mr.canPushToSourceBranch"
class="js-web-ide"
tabindex="0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment