| 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 {
|
|
|