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

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

Issue 2390553004: [MD settings] remove icons from wallpaper and themes rows; avoid opening theme page on reset (Closed)
Patch Set: Created 4 years, 2 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/icons.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 b29d9e3e6f6cf6b86a802dab8cbb82408cbeb8ef..9edaef5a47dddc3dd1d4fc16a36d160d23e5d0d9 100644
--- a/chrome/browser/resources/settings/appearance_page/appearance_page.html
+++ b/chrome/browser/resources/settings/appearance_page/appearance_page.html
@@ -26,28 +26,26 @@
<div class="settings-box first two-line" id="wallpaperButton"
on-tap="openWallpaperManager_" actionable
hidden="[[!pageVisibility.setWallpaper]]">
- <iron-icon icon="settings:wallpaper"></iron-icon>
- <div class="middle">
+ <div class="start">
<div>$i18n{setWallpaper}</div>
<div class="secondary">$i18n{openWallpaperApp}</div>
</div>
<button class="icon-external" is="paper-icon-button-light"></button>
</div>
<div class="settings-box two-line"
- hidden="[[!pageVisibility.setTheme]]"
- on-tap="openThemesGallery_" actionable>
+ hidden="[[!pageVisibility.setTheme]]" actionable>
</if>
<if expr="not chromeos">
<div class="settings-box two-line first"
- hidden="[[!pageVisibility.setTheme]]"
- on-tap="openThemesGallery_" actionable>
+ hidden="[[!pageVisibility.setTheme]]" actionable>
</if>
- <iron-icon icon="settings:palette"></iron-icon>
- <div class="middle">
- <div>$i18n{theme}</div>
- <div class="secondary">[[themeSublabel_]]</div>
+ <div class="start two-line" on-tap="openThemesGallery_">
+ <div class="flex">
+ <div>$i18n{theme}</div>
+ <div class="secondary">[[themeSublabel_]]</div>
+ </div>
+ <button class="icon-external" is="paper-icon-button-light"></button>
</div>
- <button class="icon-external" is="paper-icon-button-light"></button>
<template is="dom-if" if="[[allowResetTheme_]]">
<div class="secondary-action">
<paper-button id="resetTheme" on-tap="resetTheme_"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698