[Glitch] Fix invisible username during post highlight animation
Port 1f1e91a21526ea84e5b7e5e3d6fdaff047fcda5c to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
926e0b7c68
commit
1444b4c821
@ -1680,6 +1680,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