Merge branch 'placeholder-style' into 'develop'

Fix hashtag placeholder style

See merge request soapbox-pub/soapbox-fe!972
This commit is contained in:
marcin mikołajczak
2022-01-07 23:27:05 +00:00

View File

@ -39,11 +39,10 @@
100% { background-position-x: 0; }
}
.notification--placeholder {
.notification__message span {
color: var(--brand-color);
opacity: 0.1;
}
.notification--placeholder .notification__message span,
.placeholder-hashtag .trends__item__name {
color: var(--brand-color);
opacity: 0.1;
}
.status__content--placeholder,