use d-icon names

This commit is contained in:
Joffrey JAFFEUX 2017-09-09 01:48:03 +02:00 committed by GitHub
parent 5b9819f4ed
commit a9aa11d7c4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.fa.muted, .fa.watching-first-post {
.d-icon.regular, .d-icon.muted, .d-icon.watching-first-post {
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
}
.fa.tracking, .fa.watching {
.d-icon.tracking, .d-icon.watching {
color: $tertiary;
font-weight: normal;
}