| Index: chrome/browser/resources/md_history/shared_style.html
|
| diff --git a/chrome/browser/resources/md_history/shared_style.html b/chrome/browser/resources/md_history/shared_style.html
|
| index 1e3d1a42726210618bb86262d98241192a299e1e..294b91454a820404fa0c2bebea5415f0d87a4a13 100644
|
| --- a/chrome/browser/resources/md_history/shared_style.html
|
| +++ b/chrome/browser/resources/md_history/shared_style.html
|
| @@ -51,6 +51,13 @@
|
| justify-content: center;
|
| }
|
|
|
| + .menu-item {
|
| + -webkit-user-select: none;
|
| + cursor: pointer;
|
| + font: inherit;
|
| + white-space: nowrap;
|
| + }
|
| +
|
| .website-icon {
|
| -webkit-margin-end: 16px;
|
| background-repeat: no-repeat;
|
|
|