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

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

Issue 2798223006: MD Settings: Remove tabindex from container after it is blurred. (Closed)
Patch Set: remove event parameter Created 3 years, 8 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_ui/settings_ui.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_ui/settings_ui.html
diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.html b/chrome/browser/resources/settings/settings_ui/settings_ui.html
index 7160876fedfd63a57ff77e6877fabe117257c45b..ac2d13300b10b87c6d8153de564a31b26197d997 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -105,7 +105,7 @@
</div>
</dialog>
<div id="dropShadow"></div>
- <div id="container" class="no-outline" tabindex="-1">
+ <div id="container" class="no-outline">
<!-- Used by IntersectionObserver, has a 0px height intentionally -->
<div id="intersectionProbe"></div>
<settings-main id="main" prefs="{{prefs}}"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_ui/settings_ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698