aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorJan Krutisch <jan@krutisch.de>2017-04-20 17:56:24 +0200
committerJan Krutisch <jan@krutisch.de>2017-04-20 17:56:24 +0200
commitdf641263badb79df571955874e6510ae8dedd399 (patch)
treeed912daad7fe51ff7c8035ab4cc614b6f849a29f /railties/CHANGELOG.md
parentf53a5f662ae8af4753b6360afa53fb606aa4639d (diff)
downloadrails-df641263badb79df571955874e6510ae8dedd399.tar.gz
rails-df641263badb79df571955874e6510ae8dedd399.tar.bz2
rails-df641263badb79df571955874e6510ae8dedd399.zip
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.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 6032d2e1a1..5463b05b60 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1 +1,8 @@
+* Namespace error pages' CSS selectors to stop the styles from bleeding into other pages
+ when using Turbolinks.
+
+ *Jan Krutisch*
+
+
+
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/railties/CHANGELOG.md) for previous changes.