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

Unified Diff: chrome/browser/resources/md_history/app.vulcanized.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/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index 4a0a8b2701e2356e0cd406a7e99587b2b473455d..2667058627a340738bef8d044163d94ce56670e7 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -3228,7 +3228,7 @@ button {
<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_">
[[cardTitle_(numberOfItems, item.dateRelativeDay, searchTerm)]]
</div>
<div id="item-container">

Powered by Google App Engine
This is Rietveld 408576698