Commit f002184e authored by tommycli's avatar tommycli Committed by Commit bot

MD Settings: Fix Change Picture Camera icons.

Previously, the icon fill color was gray. This change restores it to
white, as the specs indicate.

BUG=NONE
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2528263003
Cr-Commit-Position: refs/heads/master@{#434841}
parent 2a2b2c36
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
} }
#flipPhoto { #flipPhoto {
color: white; --iron-icon-fill-color: white;
float: right; float: right;
} }
...@@ -58,9 +58,9 @@ ...@@ -58,9 +58,9 @@
} }
#takePhoto { #takePhoto {
--iron-icon-fill-color: white;
background-color: var(--paper-green-500); background-color: var(--paper-green-500);
border-radius: 50%; border-radius: 50%;
color: white;
display: block; display: block;
margin: 0 auto 0 auto; margin: 0 auto 0 auto;
} }
......
...@@ -83,9 +83,9 @@ ...@@ -83,9 +83,9 @@
} }
#discardOldImage { #discardOldImage {
--iron-icon-fill-color: white;
background-color: var(--paper-red-500); background-color: var(--paper-red-500);
border-radius: 50%; border-radius: 50%;
color: white;
display: block; display: block;
margin: 0 auto 0 auto; margin: 0 auto 0 auto;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment