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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/navigatorTree.css

Issue 2442543002: DevTools: New snippet button and icon (Closed)
Patch Set: space in css Created 4 years, 2 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: third_party/WebKit/Source/devtools/front_end/sources/navigatorTree.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css b/third_party/WebKit/Source/devtools/front_end/sources/navigatorTree.css
similarity index 95%
copy from third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css
copy to third_party/WebKit/Source/devtools/front_end/sources/navigatorTree.css
index 0f08792d095e4a4889a732e66a5d516e19012048..bec0a65d2ffadb181c8bd0996e8822adaf3a0f68 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/navigatorTree.css
@@ -97,10 +97,15 @@
}
.navigator-sm-script-tree-item .icon,
-.navigator-script-tree-item .icon {
+.navigator-script-tree-item .icon,
+.navigator-snippet-tree-item .icon {
background: linear-gradient(45deg, hsl(48, 70%, 50%), hsl(48, 70%, 70%));
}
+.navigator-snippet-tree-item .icon {
+ -webkit-mask-position: -224px -96px;
+}
+
.navigator-sm-stylesheet-tree-item .icon,
.navigator-stylesheet-tree-item .icon {
background: linear-gradient(45deg, hsl(256, 50%, 50%), hsl(256, 50%, 70%));
@@ -116,3 +121,7 @@
.navigator-sm-stylesheet-tree-item .tree-element-title {
font-style: italic;
}
+
+:host{
+ overflow-y: auto;
+}

Powered by Google App Engine
This is Rietveld 408576698