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

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

Issue 2846673003: MD Bookmarks: Simplify and improve consistency of CSS (Closed)
Patch Set: 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
Index: chrome/browser/resources/md_bookmarks/item.html
diff --git a/chrome/browser/resources/md_bookmarks/item.html b/chrome/browser/resources/md_bookmarks/item.html
index 1dba8c73d033d79bd7f484f2905941c90ade1234..8a5a1d6396f03c4fc9c9defff0f6598cbc6e1744 100644
--- a/chrome/browser/resources/md_bookmarks/item.html
+++ b/chrome/browser/resources/md_bookmarks/item.html
@@ -22,7 +22,7 @@
}
:host([is-selected-item_]) {
- background-color: rgb(225, 235, 253);
+ background-color: var(--highlight-color);
}
#website-title {
@@ -34,26 +34,25 @@
white-space: nowrap;
}
- #icon {
- background-repeat: no-repeat;
- height: 16px;
- margin: 2px;
- }
-
#icon-wrapper {
-webkit-margin-end: 20px;
+ color: var(--secondary-text-color);
height: 20px;
width: 20px;
}
- .more-vert-button {
- -webkit-margin-end: 12px;
+ #folder-icon {
+ display: block;
calamity 2017/05/01 03:52:35 Is this line-height interaction something we want
tsergeant 2017/05/01 04:31:39 I don't necessarily think so. It only comes about
}
- iron-icon {
- --iron-icon-height: 20px;
- --iron-icon-width: 20px;
- color: var(--secondary-text-color);
+ #icon {
+ background-repeat: no-repeat;
+ height: 16px;
+ margin: 2px;
+ }
+
+ button.more-vert-button {
+ -webkit-margin-end: 12px;
}
</style>
calamity 2017/05/01 03:52:35 nit: Unindent tag
tsergeant 2017/05/01 04:31:39 Done.
<div id="icon-wrapper">
« no previous file with comments | « chrome/browser/resources/md_bookmarks/folder_node.html ('k') | chrome/browser/resources/md_bookmarks/shared_style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698