Skip to content

Commit d5baa0f

Browse files
authored
Merge pull request #758 from TechnologyEnhancedLearning/Develop/Features/TD-4196-Remove-contribution-focus
TD-4196 Remove tabindex
2 parents ee5e69c + d6e33a7 commit d5baa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Scripts/vuesrc/mycontributions/mycontributionscardheader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="panel-card-container">
33

4-
<div tabindex="0" style="background-size: cover;" class="h-100 my-contribute-card contribute-resource-panel-card">
4+
<div style="background-size: cover;" class="h-100 my-contribute-card contribute-resource-panel-card">
55

66
<a class="h-100 d-flex flex-column text-decoration-none" v-bind:href="contributeResourceUrl">
77
<div class="mt-5 mb-3"><h2 class="nhsuk-heading-xs mx-4 header text-center">Contribute a resource</h2></div>

0 commit comments

Comments
 (0)