Fix #552 - Replace image links with image icons in status text in the UI
This commit is contained in:
parent
ff2da21d3c
commit
87830f99e7
4 changed files with 17 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue