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

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

Issue 2420583003: [MD History] Disable clicks in the date header of cards. (Closed)
Patch Set: Created 4 years, 2 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/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index 607800727f48b55938d05b32b7ef1010460841ac..a5060ebee9b3d805072e2cd74e5513be7fc5236a 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -207,7 +207,8 @@
<div id="background-clip">
<div id="background"></div>
</div>
- <div id="date-accessed" class="card-title">
+ <div id="date-accessed" class="card-title"
+ on-mousedown="onTitleMousedown_">
Dan Beam 2016/10/13 17:40:24 can we just do pointer-events: none instead? basi
calamity 2016/10/14 12:26:25 Done.
[[cardTitle_(numberOfItems, item.dateRelativeDay, searchTerm)]]
</div>
<div id="item-container">
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | chrome/browser/resources/md_history/history_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698