Skip to content

Commit 5db2c15

Browse files
committed
Remove set info icon from tab order.
Also add a small padding around the info icon to make it easier to click on a touch screen ensuring it has enough space from the set link.
1 parent 983c1c6 commit 5db2c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ContentGenerator/ProblemSets/set_list_row.html.ep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class => 'fw-bold'
2121
=%>
2222
% if ($set->description =~ /\S/) {
23-
<a class="set-id-tooltip" role="button" tabindex="0" data-bs-placement="right"
23+
<a class="p-1 set-id-tooltip" role="button" tabindex="-1" data-bs-placement="right"
2424
data-bs-toggle="tooltip" data-bs-title="<%= $set->description =%>"
2525
data-fallback-placements="top bottom">
2626
<i class="icon fas fa-circle-info" aria-hidden="true"></i>

0 commit comments

Comments
 (0)