Skip to content

Commit 9bd0b33

Browse files
committed
Remove set description icon from ProblemSets page.
The set description is available on the ProblemSet page, and no longer needs to be a tooltip on the ProblemSets page. This removes the icon complete. This is an alternative to openwebwork#2946 instead of trying to make the tooltip accessible and available on touchscreens, just remove it in favor of showing it only on the ProblemSet page.
1 parent 983c1c6 commit 9bd0b33

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

templates/ContentGenerator/ProblemSets/set_list_row.html.ep

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
1919
<%= link_to $display_name => $c->systemLink(url_for('problem_list', setID => $set->set_id)),
2020
class => 'fw-bold'
2121
=%>
22-
% if ($set->description =~ /\S/) {
23-
<a class="set-id-tooltip" role="button" tabindex="0" data-bs-placement="right"
24-
data-bs-toggle="tooltip" data-bs-title="<%= $set->description =%>"
25-
data-fallback-placements="top bottom">
26-
<i class="icon fas fa-circle-info" aria-hidden="true"></i>
27-
<span class="visually-hidden"><%= maketext('Assignment Description') =%></span>
28-
</a>
29-
% }
3022
</div>
3123
<div class="font-sm"><%= $status_msg %></div>
3224
% if (!$set->visible && $authz->hasPermissions(param('user'), 'view_unopened_sets')) {

0 commit comments

Comments
 (0)