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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/panel.css

Issue 2356423002: [DevTools] Turn WebInspector.Panel into a web component.
Patch Set: partial fixes 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/ui/panel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/inspectedPagePlaceholder.css b/third_party/WebKit/Source/devtools/front_end/ui/panel.css
similarity index 70%
copy from third_party/WebKit/Source/devtools/front_end/emulation/inspectedPagePlaceholder.css
copy to third_party/WebKit/Source/devtools/front_end/ui/panel.css
index b5c4a93c6d5e5751bed3a004bdc19a59549ddca6..02b85d90e3274bfcb5be42133d2ad2cd4f993687 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/inspectedPagePlaceholder.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/panel.css
@@ -4,6 +4,7 @@
* found in the LICENSE file.
*/
-:host {
- background-color: white;
+.panel-sidebar {
+ overflow-x: hidden;
+ background-color: #f3f3f3;
}

Powered by Google App Engine
This is Rietveld 408576698