| Index: ui/file_manager/file_manager/foreground/js/ui/search_box.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/ui/search_box.js b/ui/file_manager/file_manager/foreground/js/ui/search_box.js
|
| index 7b8aef42860d8b4c0ebe65a0c88bf22de82de2bd..1c9dfb1acc07c16c842d52a08a25a25f1e333272 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/ui/search_box.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/ui/search_box.js
|
| @@ -268,8 +268,8 @@ SearchBox.prototype.updateStyles_ = function() {
|
| var hasFocusOnInput = this.element.classList.contains('has-cursor');
|
|
|
| // See go/filesapp-tabindex for tabindexes.
|
| - this.inputElement.tabIndex = (hasText || hasFocusOnInput) ? 13 : -1;
|
| - this.searchButton.tabIndex = (hasText || hasFocusOnInput) ? -1 : 12;
|
| + this.inputElement.tabIndex = (hasText || hasFocusOnInput) ? 14 : -1;
|
| + this.searchButton.tabIndex = (hasText || hasFocusOnInput) ? -1 : 13;
|
| };
|
|
|
| /**
|
|
|