diff --git a/src/web/app/pages-instructor/instructor-session-result-page/instructor-session-result-question-view.component.scss b/src/web/app/pages-instructor/instructor-session-result-page/instructor-session-result-question-view.component.scss
index 5d68832c319..d9482b7436a 100644
--- a/src/web/app/pages-instructor/instructor-session-result-page/instructor-session-result-question-view.component.scss
+++ b/src/web/app/pages-instructor/instructor-session-result-page/instructor-session-result-question-view.component.scss
@@ -18,3 +18,7 @@
.stats-table {
min-width: 800px;
}
+
+.chevron-collapse {
+ margin-left: 10px;
+}
diff --git a/src/web/app/pages-instructor/instructor-student-activity-logs/__snapshots__/instructor-student-activity-logs.component.spec.ts.snap b/src/web/app/pages-instructor/instructor-student-activity-logs/__snapshots__/instructor-student-activity-logs.component.spec.ts.snap
index 2c2f0ec0b7e..8c59095114b 100644
--- a/src/web/app/pages-instructor/instructor-student-activity-logs/__snapshots__/instructor-student-activity-logs.component.spec.ts.snap
+++ b/src/web/app/pages-instructor/instructor-student-activity-logs/__snapshots__/instructor-student-activity-logs.component.spec.ts.snap
@@ -1257,6 +1257,7 @@ exports[`InstructorStudentActivityLogsComponent should snap with results of a se
>
@@ -1442,6 +1443,7 @@ exports[`InstructorStudentActivityLogsComponent should snap with results of a se
>
diff --git a/src/web/app/pages-instructor/instructor-student-list-page/__snapshots__/instructor-student-list-page.component.spec.ts.snap b/src/web/app/pages-instructor/instructor-student-list-page/__snapshots__/instructor-student-list-page.component.spec.ts.snap
index fbb9e7a35d7..6773b7614d9 100644
--- a/src/web/app/pages-instructor/instructor-student-list-page/__snapshots__/instructor-student-list-page.component.spec.ts.snap
+++ b/src/web/app/pages-instructor/instructor-student-list-page/__snapshots__/instructor-student-list-page.component.spec.ts.snap
@@ -94,6 +94,7 @@ exports[`InstructorStudentListPageComponent should snap with a course with stude
>
diff --git a/src/web/app/pages-session/session-submission-page/__snapshots__/session-submission-page.component.spec.ts.snap b/src/web/app/pages-session/session-submission-page/__snapshots__/session-submission-page.component.spec.ts.snap
index c298b13ebfe..f1eac9b3930 100644
--- a/src/web/app/pages-session/session-submission-page/__snapshots__/session-submission-page.component.spec.ts.snap
+++ b/src/web/app/pages-session/session-submission-page/__snapshots__/session-submission-page.component.spec.ts.snap
@@ -906,6 +906,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -1172,6 +1173,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -1390,6 +1392,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -1497,6 +1500,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -1797,6 +1801,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -2007,6 +2012,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -2231,6 +2237,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -2685,6 +2692,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -3024,6 +3032,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -3301,6 +3310,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -3742,6 +3752,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -4013,6 +4024,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -4232,6 +4244,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -4339,6 +4352,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -4645,6 +4659,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -4857,6 +4872,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -5083,6 +5099,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -5539,6 +5556,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -5888,6 +5906,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
@@ -6167,6 +6186,7 @@ exports[`SessionSubmissionPageComponent should snap with feedback session questi
>
diff --git a/src/web/styles.scss b/src/web/styles.scss
index 66447608caa..bd469dd2379 100644
--- a/src/web/styles.scss
+++ b/src/web/styles.scss
@@ -161,6 +161,10 @@ h6,
.btn-secondary {
background-color: darken(#6C757D, 10%); // 10% darker than secondary
}
+
+ .btn-info {
+ background-color: darken(#0DCAF0, 3%); // 3% darker than info
+ }
}
.dropdown-item {