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

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

Issue 2732863003: MD Settings: Make heading focusable in side nav. (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | 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 fc366132325763b0ce4d4c1934cb290d74c1c29b..268aff11f2bc799ed23e787318d9ac1f0db9662d 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -37,6 +37,10 @@
overflow: hidden; /* Prevent double scroll bar bugs. */
}
+ .drawer-header {
+ outline: none;
+ }
+
paper-header-panel {
flex: 1;
}
@@ -81,7 +85,7 @@
show-menu>
</cr-toolbar>
<dialog id="drawer" is="cr-drawer">
- <div class="drawer-header">$i18n{settings}</div>
+ <div class="drawer-header" tabindex="-1">$i18n{settings}</div>
Dan Beam 2017/03/06 20:37:58 the difference is that .drawer-header actually liv
<div class="drawer-content">
<template is="dom-if" id="drawerTemplate">
<settings-menu page-visibility="[[pageVisibility_]]"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698