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

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

Issue 1169323004: DevTools: do not respect Chrome theme in DevTools, align toolbar items. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: overflow for tab header fixed. Created 5 years, 6 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/host/InspectorFrontendHostAPI.js ('k') | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspectorStyle.css
diff --git a/Source/devtools/front_end/inspectorStyle.css b/Source/devtools/front_end/inspectorStyle.css
index 8fe6ff380d7c169f70c0f5d2b1c3f8bb2b22bc80..a85ee6d3b623abf1ed9857006a64280e6a8bf429 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -84,24 +84,9 @@ fieldset[disabled] label:hover input {
}
.inspector-view-toolbar-left {
- padding-left: 2px;
margin-right: -5px; /* Should compensate for .tabbed-pane-header-contents margin-left. */
}
-.inspector-view-close-button {
- cursor: default;
- width: 28px;
- padding-left: 8px;
-}
-
-.material .inspector-view-close-button {
- width: 32px;
-}
-
-body.undocked .inspector-view-close-button {
- display: none;
-}
-
.bubble-repeat-count {
display: inline-block;
height: 14px;
« no previous file with comments | « Source/devtools/front_end/host/InspectorFrontendHostAPI.js ('k') | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698