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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html

Issue 1959163002: MD Settings: use custom iconset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SettingsIcons
Patch Set: rebase Created 4 years, 7 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/bluetooth_page/bluetooth_page.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
index e2cbde9f3fe22d965ed9b7beee3d74dd0b072c63..b9216525bb081f65f5e63e7a6b2b815edc1504d6 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
@@ -2,11 +2,11 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-collapse.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/device-icons.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.html">
<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animatable.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/paper-toggle-button.html">
+<link rel="import" href="chrome://md-settings/icons.html">
<link rel="import" href="chrome://md-settings/settings_page/settings_animated_pages.html">
<link rel="import" href="chrome://md-settings/settings_shared_css.html">
<link rel="import" href="bluetooth_device_list_item.html">
@@ -16,7 +16,7 @@
<dom-module id="settings-bluetooth-page">
<template>
<style include="settings-shared">
- iron-icon[icon="device:bluetooth"] {
+ iron-icon {
-webkit-margin-end: var(--iron-icon-spacing);
}
@@ -45,7 +45,7 @@
<neon-animatable id="main">
<div class="settings-box first">
<div class="layout horizontal center flex">
- <iron-icon icon="device:bluetooth"></iron-icon>
+ <iron-icon icon="settings:bluetooth"></iron-icon>
<span class="flex" i18n-content="bluetoothEnable"></span>
<cr-expand-button id="expandListButton"
hidden$="[[!bluetoothEnabled]]"

Powered by Google App Engine
This is Rietveld 408576698