Skip to content

Commit 572c781

Browse files
committed
Adds h4 to student mastery individual outcome
Fixes: CNVS-14010 Test plan: 1) create a course with a learner 2) Add an outcome group and an outcome 2) Navigate to the grades for a student, then the learning mastery tab 3) Expand the outcome group and see that the individual outcome title is in an h4. Change-Id: I506ed259eb3064bad69c69e8b7505105a9167e16 Reviewed-on: https://gerrit.instructure.com/37461 Reviewed-by: Jayce Higgins <jhiggins@instructure.com> Tested-by: Jenkins <jenkins@instructure.com> QA-Review: David Josse <david@instructure.com> Product-Review: Matthew Wheeler <mwheeler@instructure.com>
1 parent d3b57c9 commit 572c781

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

app/stylesheets/grade_summary.sass

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,12 @@ $outcome-border: 1px solid #BCC2CA
372372
.title
373373
font-weight: bold
374374

375+
h4
376+
padding: 0
377+
margin: 0
378+
font-size: inherit
379+
font-weight: bold
380+
375381
.outcome-score
376382
float: right
377383
width: 165px

app/views/jst/grade_summary/outcome.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</div>
1616
<div class="outcome-properties">
1717
<div class="title" data-tooltip title="{{#if hover_name}}{{hover_name}}: {{/if}}{{description}}">
18-
{{friendly_name}}
18+
<h4>{{friendly_name}}</h4>
1919
</div>
2020
<div class="description">{{{description}}}</div>
2121
</div>

0 commit comments

Comments
 (0)