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

Unified Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2371383003: MD Downloads/History: make javascript uglier and more compact (Closed)
Patch Set: merge Created 4 years, 3 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
Index: chrome/browser/resources/md_history/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index 43040c90f140659af72af0b45aeaf44174d479d5..2500f4a52ca42977e04472f5a907fbf4bc01d481 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -2836,6 +2836,12 @@ paper-tabs {
cursor: var(--cr-actionable_-_cursor);
}
+.scroll-container {
+ display: flex;
+ flex-direction: column;
+ min-height: 1px;
+}
+
[selectable]:focus, [selectable] > :focus {
background-color: var(--cr-selectable-focus_-_background-color); outline: var(--cr-selectable-focus_-_outline);
}
@@ -3508,6 +3514,12 @@ paper-spinner {
cursor: var(--cr-actionable_-_cursor);
}
+.scroll-container {
+ display: flex;
+ flex-direction: column;
+ min-height: 1px;
+}
+
[selectable]:focus, [selectable] > :focus {
background-color: var(--cr-selectable-focus_-_background-color); outline: var(--cr-selectable-focus_-_outline);
}
« no previous file with comments | « chrome/browser/resources/md_history/app.crisper.js ('k') | chrome/browser/resources/md_history/lazy_load.crisper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698