| 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 0c0a9710ae5c97ada4a46ebee9cdbfca55a84236..a910e7592b8b3a6b5e812e5d18b56051f2e1a0ec 100644
|
| --- a/chrome/browser/resources/md_history/history_item.html
|
| +++ b/chrome/browser/resources/md_history/history_item.html
|
| @@ -97,24 +97,15 @@
|
|
|
| #menu-button {
|
| -webkit-margin-end: 12px;
|
| - -webkit-margin-start: 2px;
|
| - color: var(--secondary-text-color);
|
| - height: 36px;
|
| - width: 36px;
|
| - }
|
| -
|
| - #menu-button iron-icon {
|
| - height: 20px;
|
| - width: 20px;
|
| }
|
|
|
| #bookmark-star {
|
| - -webkit-margin-end: 10px;
|
| - -webkit-margin-start: 20px;
|
| + -webkit-margin-end: 4px;
|
| + -webkit-margin-start: 12px;
|
| color: rgb(68, 136, 255);
|
| - height: 20px;
|
| + height: 32px;
|
| visibility: hidden;
|
| - width: 20px;
|
| + width: 32px;
|
| }
|
|
|
| #bookmark-star iron-icon {
|
| @@ -156,7 +147,8 @@
|
| <iron-icon icon="cr:star"></iron-icon>
|
| </button>
|
| <button is="paper-icon-button-light" id="menu-button"
|
| - on-tap="onMenuButtonTap_" title="$i18n{moreActionsButton}">
|
| + class="icon-button" title="$i18n{moreActionsButton}"
|
| + on-tap="onMenuButtonTap_">
|
| <iron-icon icon="cr:more-vert"></iron-icon>
|
| </button>
|
| </div>
|
|
|