| 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;
|
| }
|
|
|
| /** 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 {
|
|
|