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

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

Issue 2369173002: DevTools: [Workspace] show network files in navigator (Closed)
Patch Set: address comments + improvement Created 4 years, 3 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/navigatorView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css b/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css
index 6072412f806fb46c4fc4fdb347a2927670e05a45..0f08792d095e4a4889a732e66a5d516e19012048 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css
@@ -46,6 +46,17 @@
background: linear-gradient(45deg, hsl(0, 0%, 50%), hsl(0, 0%, 70%));
}
+.navigator-fs-tree-item:not(.has-mapped-files),
+.navigator-fs-folder-tree-item:not(.has-mapped-files) {
+ filter: grayscale(50%);
+ opacity: 0.5;
+}
+
+.mapped-file-bubble {
+ color: green;
+ margin-left: 2px;
+}
+
:focus .navigator-file-tree-item.selected .icon {
background: white !important;
}

Powered by Google App Engine
This is Rietveld 408576698