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

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: rebase 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 | « no previous file | chrome/browser/resources/md_history/history_item.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d22701eb50f1168ec0e18029da99bd38e1023e73..3eda637ed07ff109d67a66c531347805dfbb3c68 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -730,7 +730,7 @@ iron-icon {
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-<if expr="not chromeos">
+<if expr="not chromeos and not is_android">
@font-face {
font-family: 'Roboto';
font-style: normal;
@@ -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 {
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698