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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.html

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 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
Index: chrome/browser/resources/options/manage_profile_overlay.html
diff --git a/chrome/browser/resources/options/manage_profile_overlay.html b/chrome/browser/resources/options/manage_profile_overlay.html
index b6c53408d965cae5e31cfb99d55bfc51d91a6422..d922da0882918327f849117fb191e50850d4b92e 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.html
+++ b/chrome/browser/resources/options/manage_profile_overlay.html
@@ -103,13 +103,12 @@
<span id="create-profile-supervised-account-details-out-of-date-label"
hidden>
</span>
- <button id="create-profile-supervised-signed-in-learn-more-link"
- class="link-button" i18n-content="learnMore">
- </button>
- <button id="create-profile-supervised-sign-in-again-link"
- class="link-button"
- i18n-content="manageProfilesSupervisedSignInAgainLink" hidden>
- </button>
+ <a id="create-profile-supervised-signed-in-learn-more-link"
+ is="action-link" i18n-content="learnMore"></a>
+ <a id="create-profile-supervised-sign-in-again-link"
+ is="action-link"
+ i18n-content="manageProfilesSupervisedSignInAgainLink"
+ hidden></a>
</span>
<span id="create-profile-supervised-not-signed-in"
i18n-values=".innerHTML:manageProfilesSupervisedNotSignedIn"
@@ -124,9 +123,8 @@
</div>
<div class="action-area">
<div id="create-profile-throbber" class="throbber"></div>
- <button id="import-existing-supervised-user-link" class="link-button"
- i18n-content="importExistingSupervisedUserLink" hidden>
- </button>
+ <a is="action-link" id="import-existing-supervised-user-link"
+ i18n-content="importExistingSupervisedUserLink" hidden></a>
<div class="button-strip">
<button id="create-profile-cancel" i18n-content="cancel"></button>
<button id="create-profile-ok" i18n-content="createProfileConfirm"
« no previous file with comments | « chrome/browser/resources/options/language_options.html ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698