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

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

Issue 2296063003: MD Settings: Internet: Minor html cleanup (Closed)
Patch Set: Rebase, fix indent Created 4 years, 3 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 | « chrome/browser/resources/settings/internet_page/internet_shared_css.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/internet_page/network_property_list.html
diff --git a/chrome/browser/resources/settings/internet_page/network_property_list.html b/chrome/browser/resources/settings/internet_page/network_property_list.html
index 90bff5fcf0927480cfadd32ff39aaa009ffaf2b6..53176057b158e10ca0b5ee1d8cdca57c3f96a5cd 100644
--- a/chrome/browser/resources/settings/internet_page/network_property_list.html
+++ b/chrome/browser/resources/settings/internet_page/network_property_list.html
@@ -30,7 +30,7 @@
<div class="layout horizontal" hidden$="[[!isEditable_(
item, 'String', propertyDict, editFieldTypes)]]">
<paper-input-container no-label-float>
- <input class="embedded-input" id="[[item]]" is="iron-input"
+ <input id="[[item]]" is="iron-input"
value="[[getPropertyValue_(item, propertyDict)]]"
on-blur="onValueChange_">
</paper-input-container>
« no previous file with comments | « chrome/browser/resources/settings/internet_page/internet_shared_css.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698