Skip to content

Commit d96cf9c

Browse files
authored
remove incorrect CSS class that lead to wrong background color (#2403)
1 parent 2908d63 commit d96cf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evap/staff/templates/staff_questionnaire_index_list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</td>
3434
<td>
3535
{% if type != 'contributor' %}
36-
<div class="btn-switch btn-group icon-buttons">
36+
<div class="btn-group icon-buttons">
3737
<button data-is-locked="0" type="button" class="btn btn-sm change-is-locked-button btn-light{% if questionnaire.is_locked == False %} active{% endif %}" data-bs-toggle="tooltip" data-bs-placement="top" title="{% translate 'Allow editors to change the selection of this questionnaire' %}"><span class="fas fa-fw fa-lock-open" aria-hidden="true"></span></button>
3838
<button data-is-locked="1" type="button" class="btn btn-sm change-is-locked-button btn-light{% if questionnaire.is_locked == True %} active{% endif %}" data-bs-toggle="tooltip" data-bs-placement="top" title="{% translate 'Prevent editors from changing the selection of this questionnaire' %}"><span class="fas fa-fw fa-lock" aria-hidden="true"></span></button>
3939
</div>

0 commit comments

Comments
 (0)