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

Unified Diff: ui/webui/resources/cr_elements/network/cr_network_icon.html

Issue 2813193003: MD Settings: Internet: Fix secure icon and badge colors (Closed)
Patch Set: svgomg output Created 3 years, 8 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
« no previous file with comments | « no previous file | ui/webui/resources/cr_elements/network/network_icons.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/network/cr_network_icon.html
diff --git a/ui/webui/resources/cr_elements/network/cr_network_icon.html b/ui/webui/resources/cr_elements/network/cr_network_icon.html
index d9fbc6680bd825af85cbdc199022b1b434979964..9158262b0c2ffd5b8ff766a8705a49935aeb2f38 100644
--- a/ui/webui/resources/cr_elements/network/cr_network_icon.html
+++ b/ui/webui/resources/cr_elements/network/cr_network_icon.html
@@ -26,6 +26,7 @@
/* Upper-left corner */
#technology {
+ --iron-icon-fill-color: #5a5a5a;
height: 20px;
left: 0;
position: absolute;
@@ -35,11 +36,12 @@
/* Lower-right corner */
#secure {
- height: 20px;
+ --iron-icon-fill-color: #5a5a5a;
+ height: 8px;
left: 16px;
position: absolute;
top: 16px;
- width: 20px;
+ width: 8px;
}
/* Images */
@@ -131,7 +133,7 @@
icon="[[getTechnology_(networkState)]]">
</iron-icon>
<iron-icon id="secure" hidden="[[!showSecure_(networkState)]]"
- icon="network:badge-secure">
+ icon="network8:badge-secure">
</iron-icon>
</template>
<script src="cr_network_icon.js"></script>
« no previous file with comments | « no previous file | ui/webui/resources/cr_elements/network/network_icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698