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

Unified Diff: chrome/browser/resources/user_manager/user_manager_tutorial.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/user_manager/user_manager_tutorial.html
diff --git a/chrome/browser/resources/user_manager/user_manager_tutorial.html b/chrome/browser/resources/user_manager/user_manager_tutorial.html
index 5fb93a0e2b6e0c2c2c52b9ededbe332ba2c713e6..c1da41d2afdf1b7f993a3bacbe1686f7b07c71f7 100644
--- a/chrome/browser/resources/user_manager/user_manager_tutorial.html
+++ b/chrome/browser/resources/user_manager/user_manager_tutorial.html
@@ -49,8 +49,8 @@
<div id="dismiss-bubble-button"></div>
<div class="slide-buttons">
<div class="slide-text" i18n-content="slideCompleteUserNotFound"></div>
- <button id="slide-add-user" class="link-button"
- i18n-content="slideCompleteAddUser"></button>
+ <a is="action-link" id="slide-add-user"
+ i18n-content="slideCompleteAddUser"></a>
</div>
<div class="arrow-down"></div>
</div>
« no previous file with comments | « chrome/browser/resources/user_manager/user_manager_tutorial.css ('k') | chrome/browser/ui/webui/downloads_ui_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698