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

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: pointer-events: none 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
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..925cb426c0c83df3155cabd08d63465e55966a18 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -19,6 +19,7 @@
--checked-color: rgb(68, 136, 255);
display: block;
outline: none;
+ pointer-events: none;
tsergeant 2016/10/20 15:40:01 Is it possible to apply pointer-events: none to #d
}
/** Unresolved paper-icon-button-light styles. */
@@ -53,6 +54,7 @@
align-items: center;
display: flex;
min-height: var(--item-height);
+ pointer-events: auto;
}
:host([is-card-start]) #item-container {
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698