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

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

Issue 2562393003: MD WebUI: Simplify cr-toolbar CSS (Closed)
Patch Set: Fix padding, add explanatory comment, revulcanize 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 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 {
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | chrome/browser/resources/md_history/lazy_load.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698