Index: chrome/browser/resources/md_history/history_toolbar.html |
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html |
index a534da4d32826ca0fd733ae86615b2e5a0175fae..d7d3a5f6dbc8754799d5be0bc42aa609a5128699 100644 |
--- a/chrome/browser/resources/md_history/history_toolbar.html |
+++ b/chrome/browser/resources/md_history/history_toolbar.html |
@@ -40,29 +40,13 @@ |
} |
cr-toolbar { |
- --cr-toolbar-field-end-padding: 0; |
--cr-toolbar-field-margin: var(--side-bar-width); |
- --cr-toolbar-right-content-wide: { |
- position: absolute; |
- right: 0; |
- }; |
- } |
- |
- :host-context([dir=rtl]) cr-toolbar { |
- --cr-toolbar-right-content-wide: { |
- position: absolute; |
- left: 0; |
- }; |
} |
:host([has-drawer]) cr-toolbar { |
--cr-toolbar-field-margin: 0; |
} |
- cr-toolbar .more-actions { |
- -webkit-margin-end: 12px; |
- } |
- |
/* Info button and dropdown. */ |
#info-button { |