symfony/demo

Invisible flash messages (no "fade in" animation) ?

smnandre opened this issue · 0 comments

On a fresh installed demo ( symfony new --demo my_demo ), the flash messages seem invisible.

The HTML generated in the default/_flash_messages.html.twig contains "fade in", but is seems that it "fade show" is the rule preventing "fade" to hide the block.

The "fade in" classes were added in this commit, but i suspect the "in animations" have been removed since (in this commit ?)

Capture d’écran 2023-10-21 à 16 05 50 Capture d’écran 2023-10-21 à 16 06 06 Capture d’écran 2023-10-21 à 16 06 15

Did i miss something ? If not and this is a bug, i'll submit a fix