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

Unified Diff: chrome/browser/resources/md_bookmarks/toolbar.html

Issue 2850673003: MD Bookmarks: Fix sidebar min/max width and Add dialog text (Closed)
Patch Set: Fix add dialog as well Created 3 years, 8 months 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
« no previous file with comments | « chrome/browser/resources/md_bookmarks/app.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_bookmarks/toolbar.html
diff --git a/chrome/browser/resources/md_bookmarks/toolbar.html b/chrome/browser/resources/md_bookmarks/toolbar.html
index 7555dbe2a760a86d179245cf2d81c66388f7487a..e7d19ced969311cd58e4d5103e0a06e263560025 100644
--- a/chrome/browser/resources/md_bookmarks/toolbar.html
+++ b/chrome/browser/resources/md_bookmarks/toolbar.html
@@ -13,7 +13,6 @@
<style include="shared-style">
:host {
background: var(--md-toolbar-color);
- color: #fff;
transition: background-color 150ms;
}
@@ -31,6 +30,7 @@
cr-toolbar,
cr-toolbar-selection-overlay {
+ color: #fff;
flex: 1;
}
« no previous file with comments | « chrome/browser/resources/md_bookmarks/app.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698