Skip to content

Commit dd68261

Browse files
Merge pull request #780 from TechnologyEnhancedLearning/Develop/Fixes/TD-4196/DIG1305-Non-interactive-content-receives-focus-without-goodreason
TD-4196: Non-interactive content receives focus without good reason
2 parents 80046f1 + f0254d1 commit dd68261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Scripts/vuesrc/mycontributions/gridcardcomponent.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" class="my-contributions-panel-card h-100">
4+
<div class="my-contributions-panel-card h-100">
55

66
<div class="h-100 d-flex flex-column">
77
<div class="d-flex flex-row justify-content-start my-4">

0 commit comments

Comments
 (0)