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

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

Issue 2221073004: Replace deprecated iron-flex-layout/classes with iron-flex-layout-class in MD Settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/appearance_page/appearance_page.html
diff --git a/chrome/browser/resources/settings/appearance_page/appearance_page.html b/chrome/browser/resources/settings/appearance_page/appearance_page.html
index 63755eead4171d5e56a29123e49383cf24136423..0d5212b810a047863981e286d365d4b17172e0c2 100644
--- a/chrome/browser/resources/settings/appearance_page/appearance_page.html
+++ b/chrome/browser/resources/settings/appearance_page/appearance_page.html
@@ -1,6 +1,5 @@
<link rel="import" href="chrome://resources/html/i18n_behavior.html">
<link rel="import" href="chrome://resources/html/polymer.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-icon/iron-icon.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">
@@ -43,13 +42,10 @@
<div class="settings-box two-line first"
hidden="[[!pageVisibility.setTheme]]">
</if>
- <div class="layout horizontal center flex"
- on-tap="openThemesGallery_" actionable>
- <iron-icon icon="settings:palette"></iron-icon>
- <div>
- <div>$i18n{getThemes}</div>
- <div class="secondary">[[themeSublabel_]]</div>
- </div>
+ <iron-icon icon="settings:palette"></iron-icon>
+ <div class="start" on-tap="openThemesGallery_" actionable>
+ <div>$i18n{getThemes}</div>
+ <div class="secondary">[[themeSublabel_]]</div>
</div>
<template is="dom-if" if="[[allowResetTheme_]]">
<div class="secondary-action">

Powered by Google App Engine
This is Rietveld 408576698