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

Unified Diff: chrome/browser/resources/chromeos/login/md_header_bar.js

Issue 2910203003: Handling edge cases of new login screen (Closed)
Patch Set: Adjust animation duration and add small screen handling Created 3 years, 7 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/chromeos/login/md_header_bar.js
diff --git a/chrome/browser/resources/chromeos/login/md_header_bar.js b/chrome/browser/resources/chromeos/login/md_header_bar.js
index f02ba20c0363b3809182dc26e321f02140020bb9..d21992606ef6b4bc3acc992185683b45c83a41cb 100644
--- a/chrome/browser/resources/chromeos/login/md_header_bar.js
+++ b/chrome/browser/resources/chromeos/login/md_header_bar.js
@@ -128,7 +128,7 @@ cr.define('login', function() {
if (active == this.isMoreSettingsActive)
return;
this.getMoreSettingsMenu.classList.toggle('active', active);
- $('more-settings-button').tabIndex = active ? -1 : 0;
+ $('more-settings-button').tabIndex = active ? -1 : 4;
},
/**
« no previous file with comments | « chrome/browser/resources/chromeos/login/md_header_bar.css ('k') | ui/login/account_picker/md_screen_account_picker.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698