Fix #552 - Replace image links with image icons in status text in the UI

This commit is contained in:
Eugen Rochko 2017-02-05 15:25:55 +01:00
parent ff2da21d3c
commit 87830f99e7
4 changed files with 17 additions and 5 deletions

View file

@ -125,6 +125,10 @@
&:hover {
text-decoration: underline;
.fa {
color: lighten($color1, 40%);
}
}
&.mention {
@ -136,6 +140,10 @@
}
}
}
.fa {
color: lighten($color1, 30%);
}
}
.status__content__spoiler-link {