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

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

Issue 2167473002: MD Settings: Internet: Reduce use of hidden for complex sections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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_list.html
diff --git a/ui/webui/resources/cr_elements/network/cr_network_list.html b/ui/webui/resources/cr_elements/network/cr_network_list.html
index 2f6d373258c53374dd212d94dd948bf01decd939..8c900ced7ef5fb6a7bb31129c600ab80453a7968 100644
--- a/ui/webui/resources/cr_elements/network/cr_network_list.html
+++ b/ui/webui/resources/cr_elements/network/cr_network_list.html
@@ -20,11 +20,11 @@
}
cr-network-list-network-item:not(:last-of-type) {
- border-bottom: 1px solid lightgrey;
+ border-bottom: 1px solid rgba(0, 0, 0, 0.06);
michaelpg 2016/07/20 19:36:37 where does this come from? should it be a variable
stevenjb 2016/07/20 20:29:16 It should, but it's unclear where to put it. This
}
cr-network-list-custom-item {
- border-top: 1px solid lightgrey;
+ border-top: 1px solid rgba(0, 0, 0, 0.06);
}
</style>
<iron-collapse opened="{{opened}}">

Powered by Google App Engine
This is Rietveld 408576698