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

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: 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
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..fe8ff035a9dd61591e38ea8665effb121bc559f4 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -3041,6 +3041,7 @@ button.more-vert-button div {
--checked-color: rgb(68, 136, 255);
display: block;
outline: none;
+ pointer-events: none;
}
button {
@@ -3074,6 +3075,7 @@ button {
align-items: center;
display: flex;
min-height: var(--item-height);
+ pointer-events: auto;
}
:host([is-card-start]) #item-container {

Powered by Google App Engine
This is Rietveld 408576698