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

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

Issue 392603002: DevTools: refactoring connection creation, removing a couple of dead code branches. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « no previous file | Source/devtools/front_end/main/AdvancedApp.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspector.css
diff --git a/Source/devtools/front_end/inspector.css b/Source/devtools/front_end/inspector.css
index e67f5e83930546fc044687805329b1b8ef00deac..60404211a976528a7c3f7e119470a26c93c73e0c 100644
--- a/Source/devtools/front_end/inspector.css
+++ b/Source/devtools/front_end/inspector.css
@@ -427,10 +427,6 @@ body.undocked .toolbar-item .close-button {
display: none;
}
-body.remote .toolbar-item .close-button {
- display: none;
-}
-
.panel-status-bar {
border-top: none;
display: flex;
@@ -711,10 +707,6 @@ div.resizer-widget {
-webkit-mask-position: -160px -24px;
}
-body.remote .dock-status-bar-item {
- display: none;
-}
-
.console-status-bar-item .glyph {
-webkit-mask-position: -64px -24px;
}
« no previous file with comments | « no previous file | Source/devtools/front_end/main/AdvancedApp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698