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

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

Issue 2193133002: MD History: Remove focus highlight from sidebar, add back ripples (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 46ed6e8cf024dd6a014e084b3ea669c10cb7c95c..c39d309661aec01188895f4a8a6742b3ba4494a0 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -101,8 +101,7 @@
</div>
<template is="dom-if" if="[[hasDrawer_]]">
- <app-drawer id="drawer" swipe-open align="start" tabindex="0"
- on-focus="onDrawerFocus_">
+ <app-drawer id="drawer" swipe-open align="start" tabindex="0">
<div id="drawer-header">
<h1>$i18n{title}</h1>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.js » ('j') | chrome/browser/resources/md_history/side_bar.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698