Skip to content

Commit

Permalink
SAK-43656 - Gradebook / weighted and extra credit categories use the …
Browse files Browse the repository at this point in the history
…same icon (sakaiproject#8230)
  • Loading branch information
jonespm authored Jun 1, 2020
1 parent c40dbf4 commit e050ef8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,10 @@
#gradeTableWrapper .currentCol .gb-extra-credit {
background-color: #FCF8E3 !important;
}
.gb-flag-equal-weight:before,
.gb-flag-equal-weight:before {
content: '\2696';
color: rgb(200,144,0);
}
.gb-flag-extra-credit:before {
content: '\f0fe';
color: rgb(200,144,0);
Expand Down

0 comments on commit e050ef8

Please sign in to comment.