Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: chrome/browser/resources/md_history/history_toolbar.html

Issue 2562393003: MD WebUI: Simplify cr-toolbar CSS (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b799036160d0f85a1a66fe8cb48750d24f16d89a..4a3ad0ecdfaab296ab42eaa97098f4d69f14ad5e 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 {

Powered by Google App Engine
This is Rietveld 408576698