You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?)
Did i miss something ? If not and this is a bug, i'll submit a fix
The text was updated successfully, but these errors were encountered:
This PR was squashed before being merged into the main branch.
Discussion
----------
Show invisible alerts (fix#1440)
Add class "show" to avoid invisible alerts
See #1440
Commits
-------
5100c82 Show invisible alerts (fix#1440)
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 ?)
Did i miss something ? If not and this is a bug, i'll submit a fix
The text was updated successfully, but these errors were encountered: