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

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

Issue 2580163002: DevTools: migrate navigator icons to UI.Icon (Closed)
Patch Set: address comments 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..5b1dab391ab8cfd93529ab5116052ae229306902 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
@@ -89,8 +89,17 @@ ol.tree-outline:focus li.selected * {
}
.tree-outline li .icons-container {
- margin-left: 4px;
align-self: center;
+ display: flex;
+ align-items: center;
+}
+
+.tree-outline li .leading-icons {
+ margin-right: 4px;
+}
+
+.tree-outline li .trailing-icons {
+ margin-left: 4px;
}
.tree-outline li::before {

Powered by Google App Engine
This is Rietveld 408576698