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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager_styles.html

Issue 2007133006: Use svg icon to avoid lazy loading of Polymer elements for user pods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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_user_manager/user_manager_styles.html
diff --git a/chrome/browser/resources/md_user_manager/user_manager_styles.html b/chrome/browser/resources/md_user_manager/user_manager_styles.html
index 2699be7e96f4487f0fa80c638bf965458ae25a9b..36b1e6d700e65fcda548b07a59d638875c7572b1 100644
--- a/chrome/browser/resources/md_user_manager/user_manager_styles.html
+++ b/chrome/browser/resources/md_user_manager/user_manager_styles.html
@@ -192,8 +192,9 @@
}
.reauth-hint-container .reauth-warning {
- --iron-icon-height: 20px;
- --iron-icon-width: 20px;
+ -webkit-mask-size: 16px;
+ height: 20px;
+ width: 20px;
}
.action-box-area.active .action-box-button {

Powered by Google App Engine
This is Rietveld 408576698