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

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

Issue 2578013002: [MD History] clang-format all javascript. (Closed)
Patch Set: rebase Created 4 years 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/lazy_load.vulcanized.html
diff --git a/chrome/browser/resources/md_history/lazy_load.vulcanized.html b/chrome/browser/resources/md_history/lazy_load.vulcanized.html
index 1e6080340574d98461f0baf1eeabc7ab9fca40f5..d305c9e20f6107e7c7cc9520d10b26699e5df72b 100644
--- a/chrome/browser/resources/md_history/lazy_load.vulcanized.html
+++ b/chrome/browser/resources/md_history/lazy_load.vulcanized.html
@@ -900,6 +900,16 @@ paper-spinner {
cursor: var(--cr-actionable_-_cursor);
}
+button[is='paper-icon-button-light'] {
+ -webkit-margin-end: var(--cr-paper-icon-button-margin_-_-webkit-margin-end); -webkit-margin-start: var(--cr-paper-icon-button-margin_-_-webkit-margin-start);
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: var(--cr-icon-size);
+ flex-shrink: 0;
+ height: var(--cr-icon-ripple-size);
+ width: var(--cr-icon-ripple-size);
+}
+
button[is='paper-icon-button-light'].subpage-arrow {
background-image: url("chrome://resources/images/arrow_right.svg");
}
@@ -912,6 +922,10 @@ button[is='paper-icon-button-light'].icon-external {
display: none;
}
+paper-icon-button.subpage-arrow {
+ background-image: url("chrome://resources/images/arrow_right.svg");
+}
+
[actionable] :-webkit-any(.subpage-arrow, .icon-external), [actionable]:-webkit-any(.subpage-arrow, .icon-external) {
display: block;
}
@@ -1450,4 +1464,4 @@ paper-icon-button {
</template>
</dom-module>
-</div><script src="lazy_load.crisper.js"></script></body></html>
+</div><script src="lazy_load.crisper.js"></script></body></html>
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.crisper.js ('k') | chrome/browser/resources/md_history/list_container.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698