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

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

Issue 1628633002: [MD settings] removing a11y_page.css to unify settings styles further (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master Created 4 years, 11 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/reset_page/reset_page.html
diff --git a/chrome/browser/resources/settings/reset_page/reset_page.html b/chrome/browser/resources/settings/reset_page/reset_page.html
index ac6b8147ef4f3575b398205722325e266212c8fc..8f284b7cb325f8df62bff42ff2acdc81a64c0475 100644
--- a/chrome/browser/resources/settings/reset_page/reset_page.html
+++ b/chrome/browser/resources/settings/reset_page/reset_page.html
@@ -9,7 +9,7 @@
<link rel="import" type="css"
href="chrome://md-settings/settings_shared.css">
<template>
- <div class="settings-box" id="resetProfile"
+ <div class="settings-box first" id="resetProfile"
on-tap="onShowResetProfileDialog_">
<div i18n-content="resetPageTitle"></div>
<div i18n-content="resetPageDescription"></div>

Powered by Google App Engine
This is Rietveld 408576698