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

Unified Diff: Source/devtools/front_end/components/inspectorViewTabbedPane.css

Issue 1164763004: DevTools: render category filters in a way that they don't clash. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for landing 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
Index: Source/devtools/front_end/components/inspectorViewTabbedPane.css
diff --git a/Source/devtools/front_end/components/inspectorViewTabbedPane.css b/Source/devtools/front_end/components/inspectorViewTabbedPane.css
index 6d4bf4819258795c7447afc2818ca69ddcb9853c..4528ad8cdd2a7417c72a9dacaa525c697802f447 100644
--- a/Source/devtools/front_end/components/inspectorViewTabbedPane.css
+++ b/Source/devtools/front_end/components/inspectorViewTabbedPane.css
@@ -10,7 +10,7 @@
}
:host-context(.material) .tabbed-pane-header {
- flex: 0 0 28px;
+ flex: 0 0 29px;
overflow: visible;
}
@@ -19,7 +19,7 @@
}
:host-context(.material) .tabbed-pane-header-tab {
- height: 27px;
+ height: 28px;
border: none;
transition: background-color 100ms cubic-bezier(0.4, 0, 0.2, 1);
}
« no previous file with comments | « Source/devtools/front_end/components/InspectorView.js ('k') | Source/devtools/front_end/console/ConsoleView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698