mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 18:10:58 +00:00
Remove stray Font Awesome styles (#36960)
This commit is contained in:
parent
bb9a633b99
commit
dc67dbba82
|
|
@ -47,10 +47,6 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
.fa {
|
|
||||||
color: $darker-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
small {
|
small {
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
@ -62,7 +58,6 @@
|
||||||
|
|
||||||
&.active h4 {
|
&.active h4 {
|
||||||
&,
|
&,
|
||||||
.fa,
|
|
||||||
small,
|
small,
|
||||||
.trends__item__current {
|
.trends__item__current {
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
|
|
|
||||||
|
|
@ -46,10 +46,6 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
.fa {
|
|
||||||
color: var(--color-text-secondary);
|
|
||||||
}
|
|
||||||
|
|
||||||
small {
|
small {
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
@ -61,7 +57,6 @@
|
||||||
|
|
||||||
&.active h4 {
|
&.active h4 {
|
||||||
&,
|
&,
|
||||||
.fa,
|
|
||||||
small,
|
small,
|
||||||
.trends__item__current {
|
.trends__item__current {
|
||||||
color: var(--color-text-primary);
|
color: var(--color-text-primary);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user