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

Unified Diff: chrome/browser/resources/settings/people_page/camera.html

Issue 2528263003: MD Settings: Fix Change Picture Camera icons. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | chrome/browser/resources/settings/people_page/change_picture.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/camera.html
diff --git a/chrome/browser/resources/settings/people_page/camera.html b/chrome/browser/resources/settings/people_page/camera.html
index 606662ac0f9be2cfdabebca28bd6be75175a6e71..1d0de4ad6162637d740164a875b964664816abb1 100644
--- a/chrome/browser/resources/settings/people_page/camera.html
+++ b/chrome/browser/resources/settings/people_page/camera.html
@@ -49,7 +49,7 @@
}
#flipPhoto {
- color: white;
+ --iron-icon-fill-color: white;
float: right;
}
@@ -58,9 +58,9 @@
}
#takePhoto {
+ --iron-icon-fill-color: white;
background-color: var(--paper-green-500);
border-radius: 50%;
- color: white;
display: block;
margin: 0 auto 0 auto;
}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/change_picture.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698