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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_subpage.html

Issue 2848973003: MD Settings: convert paper-icon-button to paper-icon-button-light. (Closed)
Patch Set: move unrelated fix to another CL Created 3 years, 6 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/settings_page/settings_subpage.html
diff --git a/chrome/browser/resources/settings/settings_page/settings_subpage.html b/chrome/browser/resources/settings/settings_page/settings_subpage.html
index 2aeaec78fefaf4a1efbdb8451012c4be3bd43630..97b8820717de8746e65f56d76ae28373e3032452 100644
--- a/chrome/browser/resources/settings/settings_page/settings_subpage.html
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage.html
@@ -3,7 +3,7 @@
<link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-resizable-behavior/iron-resizable-behavior.html">
<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animatable-behavior.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-ripple/paper-ripple.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-spinner/paper-spinner.html">
<link rel="import" href="../icons.html">
@@ -39,7 +39,7 @@
width: var(--cr-icon-ripple-size);
}
- paper-icon-button {
+ button[is='paper-icon-button-light'] {
/* Centers the ripple on the icon with appropriate margin on right. */
-webkit-margin-end: 10px;
-webkit-margin-start: -10px;
@@ -62,9 +62,9 @@
}
</style>
<div class="settings-box first" id="headerLine">
- <paper-icon-button icon="settings:arrow-back" on-tap="onTapBack_"
- aria-label="$i18n{back}">
- </paper-icon-button>
+ <button is="paper-icon-button-light" on-tap="onTapBack_"
+ aria-label="$i18n{back}" class="icon-arrow-back">
+ </button>
<h1>[[pageTitle]]</h1>
<content select=".subpage-title-extra"></content>
<template is="dom-if" if="[[learnMoreUrl]]">
« no previous file with comments | « chrome/browser/resources/settings/settings_icons_css.html ('k') | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698