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

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: undo ^ 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8303b98301ad312cf7371bea840d9f9aab3bf17c..87f6571d892e8176e0029e58d9477606ff1b37aa 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">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698