Fix invisible username during post highlight animation (#39659)
This commit is contained in:
parent
ad3228b75a
commit
78681a380e
@ -1620,6 +1620,7 @@ body > [data-popper-placement] {
|
|||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
z-index: -1;
|
||||||
background: var(--color-bg-brand-softest);
|
background: var(--color-bg-brand-softest);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
animation: fade 0.7s reverse both 0.3s;
|
animation: fade 0.7s reverse both 0.3s;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user