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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css

Issue 2580163002: DevTools: migrate navigator icons to UI.Icon (Closed)
Patch Set: fix formatting 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: third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
index 4d7c9b8e86049ce93d22448b0c6326fc69764ff0..733e68f313707ea39e1732c6118c2fa96a92de83 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
@@ -88,7 +88,13 @@ ol.tree-outline:focus li.selected * {
color: inherit;
}
-.tree-outline li .icons-container {
+.tree-outline li .leading-icons {
+ align-self: center;
+ display: flex;
+ align-items: center;
dgozman 2016/12/19 20:24:37 margin-right: 4px;
lushnikov 2016/12/19 20:42:40 Done.
+}
+
+.tree-outline li .trailing-icons {
margin-left: 4px;
align-self: center;
}

Powered by Google App Engine
This is Rietveld 408576698