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

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

Issue 2108863004: MD Settings: move appeal into flow to unhide Advanced toggle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings.html
diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
index e0afea4bc76e0a64448fd254e959a6cd5df67487..5e1dc30af1f095f0919dfcaaaf395d467312c3f8 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -19,51 +19,8 @@
:host {
color: var(--paper-grey-800);
}
-
- #appeal {
- align-items: center;
- background: rgb(123, 170, 247);
- bottom: 0;
- display: flex;
- left: 0;
- position: fixed;
- right: 0;
- z-index: 9999;
- }
-
- #request {
- flex: 1;
- font-size: .8125rem;
- font-weight: bold;
- padding: 8px 24px;
- }
-
- #request h1 {
- font-size: 1rem;
- margin: 0;
- }
-
- #request a {
- color: rgb(100, 100, 255);
- }
-
- #close {
- padding: 20px;
- }
</style>
<settings-prefs id="prefs" prefs="{{prefs_}}"></settings-prefs>
-
- <!-- TODO(dbeam): remove before launching ;). -->
- <div id="appeal" hidden="[[appealClosed_]]">
- <span id="request">
- <h1>Please read: A personal appeal from the Chrome settings team.</h1>
- <a href="https://goo.gl/btju6c">Please file bugs</a>
- before you
- <a href="chrome://settings-frame">go back to the old settings</a>.
- </span>
- <span id="close" tabindex=0 on-tap="onCloseAppealTap_">&#x2715;</span>
- </div>
-
<settings-ui id="ui" prefs="{{prefs_}}"></settings-ui>
</template>
<script src="/settings.js"></script>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698