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

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

Issue 2754753002: MD Settings: Fix network list styling (Closed)
Patch Set: Rebase Created 3 years, 9 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: 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 1c4b3f7b6723f5172334e9c3feb9fe21bd574e96..d9fbc6680bd825af85cbdc199022b1b434979964 100644
--- a/ui/webui/resources/cr_elements/network/cr_network_icon.html
+++ b/ui/webui/resources/cr_elements/network/cr_network_icon.html
@@ -8,7 +8,6 @@
<style>
:host {
display: inline-flex;
- opacity: .65; /* Equivalent to #5a5a5a */
overflow: hidden;
padding: 2px;
position: relative;
@@ -21,6 +20,7 @@
#icon {
height: 20px;
+ opacity: .65; /* Equivalent to #5a5a5a */
width: 20px;
}

Powered by Google App Engine
This is Rietveld 408576698