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

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

Issue 2169603002: MD WebUI: Move some settings CSS to shared_style_css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_521040_internet_cleanup_1
Patch Set: Rebase with hover removal changes 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..7f773694a81abd9c5d7d6983bdceee1e687a0256 100644
--- a/ui/webui/resources/cr_elements/network/cr_network_list.html
+++ b/ui/webui/resources/cr_elements/network/cr_network_list.html
@@ -7,7 +7,7 @@
<dom-module id="cr-network-list">
<template>
- <style>
+ <style include="cr-shared-style">
#container {
max-height: 1000px;
min-height: 50px;
@@ -20,11 +20,11 @@
}
cr-network-list-network-item:not(:last-of-type) {
- border-bottom: 1px solid lightgrey;
+ border-bottom: var(--cr-separator-line);
}
cr-network-list-custom-item {
- border-top: 1px solid lightgrey;
+ border-top: var(--cr-separator-line);
}
</style>
<iron-collapse opened="{{opened}}">

Powered by Google App Engine
This is Rietveld 408576698