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

Unified Diff: chrome/browser/resources/settings/internet_page/network_summary_item.html

Issue 2752223003: MD Settings: Fix Network section 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: chrome/browser/resources/settings/internet_page/network_summary_item.html
diff --git a/chrome/browser/resources/settings/internet_page/network_summary_item.html b/chrome/browser/resources/settings/internet_page/network_summary_item.html
index fd3668d9e3c083c8c2ed4fc7852fc610dd2607fb..1e5eab21006f5843440ab198637febce19b93086 100644
--- a/chrome/browser/resources/settings/internet_page/network_summary_item.html
+++ b/chrome/browser/resources/settings/internet_page/network_summary_item.html
@@ -17,10 +17,6 @@
padding: 0 var(--settings-box-row-padding);
}
- .padded {
- @apply(--settings-list-frame-padding);
- }
-
#details {
align-items: center;
display: flex;
@@ -30,16 +26,9 @@
#details[no-flex] {
flex: none;
}
-
- #networkList {
- margin: 5px 0 10px;
- max-height: 200px;
- min-height: 50px;
- }
</style>
<div actionable class="settings-box two-line" on-tap="onShowDetailsTap_">
- <div id="details"
- no-flex$="[[showSimInfo_(deviceState)]]">
+ <div id="details" no-flex$="[[showSimInfo_(deviceState)]]">
<cr-network-list-item item="[[activeNetworkState]]" class="flex">
</cr-network-list-item>
</div>

Powered by Google App Engine
This is Rietveld 408576698