Chromium Code Reviews| Index: chrome/browser/resources/settings/internet_page/network_proxy_exclusions.html |
| diff --git a/chrome/browser/resources/settings/internet_page/network_proxy_exclusions.html b/chrome/browser/resources/settings/internet_page/network_proxy_exclusions.html |
| index 31e2d56e0154a82e82e9957300fb8e534001eb0d..30cb333b3ce9f3e2a94c82fe4ffd08c3f6446d30 100644 |
| --- a/chrome/browser/resources/settings/internet_page/network_proxy_exclusions.html |
| +++ b/chrome/browser/resources/settings/internet_page/network_proxy_exclusions.html |
| @@ -1,5 +1,6 @@ |
| <link rel="import" href="chrome://resources/cr_elements/icons.html"> |
| <link rel="import" href="chrome://resources/html/polymer.html"> |
| +<link rel="import" href="/settings_root_css.html"> |
|
Dan Beam
2016/06/23 19:20:00
this particular file didn't use settings-shared al
|
| <dom-module id="network-proxy-exclusions"> |
| <template> |
| @@ -9,6 +10,7 @@ |
| } |
| iron-icon { |
| + @apply(--settings-actionable); |
| margin: 5px; |
| } |
| @@ -23,8 +25,7 @@ |
| <template is="dom-repeat" items="[[exclusions]]"> |
| <div class="layout horizontal"> |
| <span class="flex">[[item]]</span> |
| - <iron-icon icon="cr:clear" on-tap="onRemoveTap_"> |
| - </iron-icon> |
| + <iron-icon icon="cr:clear" on-tap="onRemoveTap_"></iron-icon> |
| </div> |
| </template> |
| </div> |