muted assignment icon in gradebook normal sized in IE

The muted assignment icon now appears at normal size in IE, instead
of the very miniscule almost pixel sized version that existed before.

fixes CNVS-22268

test plan:
 - Create a course with a muted assigned.
 - Go to the gradebook in Internet Explorer
 - Observe the assignment header for the muted assignment.  Note
   that the icon is of normal size.

Change-Id: I96a54023625e201950f14f10a3e18814ba22408c
Reviewed-on: https://gerrit.instructure.com/64791
Reviewed-by: Spencer Olson <solson@instructure.com>
Tested-by: Jenkins
QA-Review: Jason Carter <jcarter@instructure.com>
Product-Review: Keith T. Garner <kgarner@instructure.com>
This commit is contained in:
Keith Garner 2015-10-07 16:23:50 -05:00 committed by Keith T. Garner
parent 6cf008fd48
commit 6437402c84
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ $cell_height: 33px;
}
.muted {
background: url("/images/icon-sound-muted.svg") no-repeat left center;
background-size: 16px;
background-size: 16px 100%;
padding-left: 18px;
}
.assignment-points-possible {