Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2935)

Unified Diff: chrome/browser/resources/settings/settings_page/settings_animated_pages.html

Issue 2848793004: MD Settings: Prevent flash of subpage when collapsing section
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_page/settings_animated_pages.html
diff --git a/chrome/browser/resources/settings/settings_page/settings_animated_pages.html b/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
index e7245d88615ec15ca946535f06e06607e9072941..7784476f63e20b651dd1b514aa4e8771ce0ddf8b 100644
--- a/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
+++ b/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
@@ -28,6 +28,11 @@
neon-animated-pages ::content > .iron-selected {
position: static;
}
+
+ neon-animated-pages ::content > settings-subpage {
+ /* Ensure sub-pages are clipped when a section is collapsing. */
+ overflow: hidden;
+ }
</style>
<neon-animated-pages id="animatedPages" attr-for-selected="route-path"
on-iron-select="onIronSelect_">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698