Remove stray Font Awesome styles (#36960)

This commit is contained in:
Darius Kazemi 2025-11-20 02:02:50 -08:00 committed by GitHub
parent bb9a633b99
commit dc67dbba82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 10 deletions

View File

@ -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;

View File

@ -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);