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

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

Issue 2401353004: Merge to 2883 "[DevTools] Support top/bottom show sidebar button." (Closed)
Patch Set: 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/sourcesView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css
index a4a831f68c3e647c2db80c12e47e698b2007eb22..f347560b2a15e85878086c19cf3f1816ba241fde 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css
@@ -45,6 +45,11 @@
cursor: default;
}
+.sources-toolbar-spacer {
+ flex: auto;
+ pointer-events: none;
+}
+
.source-frame-debugger-script {
background-color: rgba(255, 255, 194, 0.5);
}

Powered by Google App Engine
This is Rietveld 408576698