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

Unified Diff: Source/devtools/front_end/sourcesView.css

Issue 57373002: DevTools: Add support for adding folders to workspace with drag and drop (renderer part) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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: Source/devtools/front_end/sourcesView.css
diff --git a/Source/devtools/front_end/sourcesView.css b/Source/devtools/front_end/sourcesView.css
index cc0994af61fa40d5a14f950d735f22df168bf036..1a5875d9a337473bd7e07b6c9b4eb3b4ed35d33d 100644
--- a/Source/devtools/front_end/sourcesView.css
+++ b/Source/devtools/front_end/sourcesView.css
@@ -30,6 +30,7 @@
#sources-panel-sources-view {
flex: auto;
+ position: relative;
}
#sources-editor-container-tabbed-pane {
@@ -62,3 +63,8 @@
#sources-panel-sources-view .sources-toggle-pretty-print-status-bar-item.toggled .glyph {
background-color: rgb(66, 129, 235);
}
+
+#sources-panel-sources-view .drag-mask
+ background-color: transparent;
+ z-index: 1000;
+}
« Source/devtools/front_end/SourcesPanel.js ('K') | « Source/devtools/front_end/externs.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698