add an icon to ungraded media submissions in gradebook2.
fixes #7405 when a student submits a media submission for an assignment, this commit adds an icon to it in gradebook2 so that it is easy to see which students have submissions for the assignment. test plan: * create an assignment that accepts media submissions and create a submission; * view the submission in gradebook2 and verify that an icon appears. Change-Id: I79a4ff7bbeaf5547a8e5dd35743534492941bdf5 Reviewed-on: https://gerrit.instructure.com/12515 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Ryan Shaw <ryan@instructure.com>
This commit is contained in:
parent
4d1a54c200
commit
6a119df37b
|
@ -350,7 +350,7 @@ $gradebook_checkbox_width: 16px
|
|||
background-image: url('/images/file.png')
|
||||
.pending_review &
|
||||
background-image: url('/images/pending_review.png')
|
||||
.media_comment &
|
||||
.media_comment &, .media_recording &
|
||||
background-image: url('/images/media_comment.gif')
|
||||
.quiz &
|
||||
background-image: url('/images/quiz.png')
|
||||
|
|
Loading…
Reference in New Issue