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

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

Issue 2641123007: Fix offline_gaia.js and re-run polymer reproduce.sh (Closed)
Patch Set: Created 3 years, 11 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/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 409f6e1100f9d15d406f528d6e2fd419cec3a10c..2f94032ec343ea2b32189226060fd6883bc131c1 100644
--- a/chrome/browser/resources/md_history/lazy_load.vulcanized.html
+++ b/chrome/browser/resources/md_history/lazy_load.vulcanized.html
@@ -1127,7 +1127,7 @@ paper-icon-button.subpage-arrow {
}
paper-ripple {
- color: var(--paper-tab-ink,var(--paper-yellow-a100));;
+ color: var(--paper-tab-ink,var(--paper-yellow-a100));
}
.tab-content > ::content > a {
@@ -1234,7 +1234,7 @@ paper-icon-button {
bottom: 0;
left: 0;
right: 0;
- background-color: var(--paper-tabs-selection-bar-color,var(--paper-yellow-a100));;
+ background-color: var(--paper-tabs-selection-bar-color,var(--paper-yellow-a100));
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left center;

Powered by Google App Engine
This is Rietveld 408576698