1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/CHANGELOG.md
Jan Krutisch df641263ba Namespace CSS selectors on error pages
The css selectors on the generated error pages are too broad (for example `text-align: center` on `body` and thus bleed out to the following pages (say, by pressing the back button) when using Turbolinks. This commit namespaces all the selectors.
2017-04-20 17:56:24 +02:00

268 B

  • Namespace error pages' CSS selectors to stop the styles from bleeding into other pages when using Turbolinks.

    Jan Krutisch

Please check 5-1-stable for previous changes.