From 304cdb39ba70f1dae5642f21b323dbdb7e6749f3 Mon Sep 17 00:00:00 2001 From: Jonathan Lim-Breitbart Date: Tue, 27 Jan 2026 09:40:03 -0800 Subject: [PATCH 1/5] fix(style): Remove bullets from match and idea summary lists Update font-weight for bold/strong tags and classes. --- .../ideas-summary-display/ideas-summary.component.ts | 5 +++++ .../match-summary-display.component.html | 2 +- src/style/base/_base.scss | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/assets/wise5/directives/teacher-summary-display/ideas-summary-display/ideas-summary.component.ts b/src/assets/wise5/directives/teacher-summary-display/ideas-summary-display/ideas-summary.component.ts index 099921f5479..ce2f993d5f0 100644 --- a/src/assets/wise5/directives/teacher-summary-display/ideas-summary-display/ideas-summary.component.ts +++ b/src/assets/wise5/directives/teacher-summary-display/ideas-summary-display/ideas-summary.component.ts @@ -29,6 +29,11 @@ import { TeacherSummaryDisplayComponent } from '../teacher-summary-display.compo .mat-icon { vertical-align: middle; } + ul { + list-style-type: none; + margin-block-start: 0; + padding-inline-start: 0; + } `, templateUrl: 'ideas-summary.component.html' }) diff --git a/src/assets/wise5/directives/teacher-summary-display/match-summary-display/match-summary-display.component.html b/src/assets/wise5/directives/teacher-summary-display/match-summary-display/match-summary-display.component.html index 7d5c9333408..909532a2150 100644 --- a/src/assets/wise5/directives/teacher-summary-display/match-summary-display/match-summary-display.component.html +++ b/src/assets/wise5/directives/teacher-summary-display/match-summary-display/match-summary-display.component.html @@ -6,7 +6,7 @@

(Source Bucket) }

-