Skip to content

Commit d99343f

Browse files
authored
SAK-51242 Gradebook fix student review mode styling (#13552)
1 parent 51f83f3 commit d99343f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/StudentGradeSummaryPanel.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
<div class="modal-dialog">
3131
<div class="modal-content">
3232
<div class="modal-header">
33-
<button type="button" class="close" data-bs-dismiss="modal" aria-label="Close"><span aria-hidden="true">&#215;</span></button>
3433
<h3 class="modal-title"><wicket:message key="label.studentsummary.closeconfirmation.title" /></h3>
34+
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
3535
</div>
3636
<div class="modal-body">
3737
<p><wicket:message key="label.studentsummary.closeconfirmation.content" /></p>
3838
</div>
3939
<div class="modal-footer">
40-
<button type="button" class="btn btn-link button_color btn-student-summary-continue" data-bs-dismiss="modal"><wicket:message key="label.studentsummary.closeconfirmation.continue" /></button>
41-
<button type="button" class="btn btn-link btn-student-summary-cancel" data-bs-dismiss="modal"><wicket:message key="label.studentsummary.closeconfirmation.cancel" /></button>
40+
<button type="button" class="btn btn-primary btn-student-summary-continue" data-bs-dismiss="modal"><wicket:message key="label.studentsummary.closeconfirmation.continue" /></button>
41+
<button type="button" class="btn btn-secondary btn-student-summary-cancel" data-bs-dismiss="modal"><wicket:message key="label.studentsummary.closeconfirmation.cancel" /></button>
4242
</div>
4343
</div>
4444
</div>

0 commit comments

Comments
 (0)