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

Unified Diff: chrome/browser/resources/md_history/app.html

Issue 2732003003: Make initial focus consistent in all instances of cr-drawer. (Closed)
Patch Set: add quotes Created 3 years, 6 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/md_history/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index e7de32477bf67335219fa98e70b9b769a38ca0be..c36a5bd17a3d9ff06ebed30f9f7793b18152ecc7 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -113,8 +113,7 @@
</div>
<template is="cr-lazy-render" id="drawer">
- <dialog is="cr-drawer" swipe-open>
- <div class="drawer-header">$i18n{title}</div>
+ <dialog is="cr-drawer" title="$i18n{title}" swipe-open>
<history-side-bar id="drawer-side-bar" class="drawer-content"
selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]">
« no previous file with comments | « chrome/browser/resources/md_extensions/manager.html ('k') | chrome/browser/resources/settings/settings_ui/settings_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698