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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/inspectorStyle.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/inspectorStyle.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorStyle.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorStyle.css
index e88c716086a2128ceecc2f5a93b9b8750ccef6e6..128fe939b381c57a94164723e5fb65015cf8fdaa 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorStyle.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorStyle.css
@@ -59,30 +59,3 @@ body {
.platform-windows {
font-family: 'Segoe UI', Tahoma, sans-serif;
}
-
-.panel {
- display: flex;
- overflow: hidden;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 0;
-}
-
-.panel-sidebar {
- overflow-x: hidden;
- background-color: #f3f3f3;
-}
-
-iframe.extension {
- flex: auto;
- width: 100%;
- height: 100%;
-}
-
-iframe.panel.extension {
- display: block;
- height: 100%;
-}

Powered by Google App Engine
This is Rietveld 408576698