Fix hashtag placeholder style
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
ed0e02da04
commit
4a2e632a07
1 changed files with 4 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue