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

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

Issue 211003002: DevTools: rename SourceEditor to SourceView, make entire SourcesPanel a drop target. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: For landing Created 6 years, 9 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
« no previous file with comments | « Source/devtools/front_end/modules.js ('k') | Source/devtools/front_end/sourcesView.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sourcesPanel.css
diff --git a/Source/devtools/front_end/sourcesPanel.css b/Source/devtools/front_end/sourcesPanel.css
index a04ddcdc4104cc7b5f4e3e6de59c358e82fe6048..b9978e045d72dc510925f97c12cda5c7e2704762 100644
--- a/Source/devtools/front_end/sourcesPanel.css
+++ b/Source/devtools/front_end/sourcesPanel.css
@@ -201,3 +201,19 @@ a.worker-item:hover {
padding-left: 10px;
margin-top: -1px;
}
+
+.panel.sources .drag-mask {
+ background-color: rgba(255,255,255,0.8);
+ z-index: 1000;
+}
+
+.panel.sources .drag-mask-inner {
+ font-size: 30px;
+ color: #999;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin: 20px;
+ border: 4px dashed #ddd;
+ pointer-events: none;
+}
« no previous file with comments | « Source/devtools/front_end/modules.js ('k') | Source/devtools/front_end/sourcesView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698