Fix #552 - Replace image links with image icons in status text in the UI
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user