timklapdor / learning-materials

Developing a new theme and style for CSU Learning Resources - A work in process
1 stars 3 forks source link

Missing feedback icon in My Grades #136

Open jthambly opened 6 years ago

jthambly commented 6 years ago

The feedback icon is missing under My Grades which causes confusion for students - it is not obvious on where to go to view feedback.

image

image

Icon from the old theme:

image

Emrys78 commented 5 years ago

Can we verify this is still the case? Suspect this may be resolved by font-awesome being re-enabled

Emrys78 commented 5 years ago

looking at code in prod. this is a FA issue:

i class="icon-comment" . **

[class^="icon-"], [class*=" icon-"] {

    font-family: FontAwesome;     font-weight: normal;     font-style: normal;     text-decoration: inherit;     -webkit-font-smoothing: antialiased;     *margin-right: .3em;