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

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

Issue 1175253002: DevTools: move filter bar into the style toolbar (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review comments addressed. 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 | « no previous file | Source/devtools/front_end/elements/ComputedStyleWidget.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ef2eb59d156918c407adce5a8345df7274025ed5..6a08c4db21080769485dc53caa15a5a67b3ec134 100644
--- a/Source/devtools/front_end/components/inspectorViewTabbedPane.css
+++ b/Source/devtools/front_end/components/inspectorViewTabbedPane.css
@@ -14,10 +14,6 @@
overflow: visible;
}
-.tabbed-pane-header-tab {
- height: 23px;
-}
-
:host-context(.material) .tabbed-pane-header-tab {
height: 28px;
border: none;
@@ -30,19 +26,23 @@
.tabbed-pane-header-tab,
.tabbed-pane-header-tab.selected {
- border-width: 0 2px 0 2px;
- background: none;
+ border: none;
+ height: 23px;
margin: 0;
- padding: 0 3px;
-}
-
-.tabbed-pane-header-tab,
-.tabbed-pane-header-tab.selected {
+ background: none;
border: none;
padding: 0 6px;
transition: background-color 150ms cubic-bezier(0, 0, 0.2, 1);
}
+.tabbed-pane-header-tab {
+ color: #666;
+}
+
+.tabbed-pane-header-tab.selected {
+ color: #333;
+}
+
:host-context(body.undocked.platform-mac) .tabbed-pane-header {
background-color: rgb(243, 243, 243);
color: #333 !important;
« no previous file with comments | « no previous file | Source/devtools/front_end/elements/ComputedStyleWidget.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698