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

Unified Diff: ui/webui/resources/cr_elements/shared_style_css.html

Issue 2441173002: MD Settings: Ensure iron-lists are populated and sized correctly.
Patch Set: Remove scroll container class, seemed to have no effect. Created 4 years, 2 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 | « ui/webui/resources/cr_elements/cr_scrollable_behavior.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/shared_style_css.html
diff --git a/ui/webui/resources/cr_elements/shared_style_css.html b/ui/webui/resources/cr_elements/shared_style_css.html
index bdbfcdcb8386bed851a09ec482fc43346d501d35..9b35ac6dc31ccc5945ae122889174fc47c6af805 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -61,12 +61,6 @@
@apply(--cr-actionable);
}
- .scroll-container {
- display: flex;
- flex-direction: column;
- min-height: 1px;
- }
-
[selectable]:focus,
[selectable] > :focus {
@apply(--cr-selectable-focus);
« no previous file with comments | « ui/webui/resources/cr_elements/cr_scrollable_behavior.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698