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

Unified Diff: Source/devtools/front_end/elements/elementsPanel.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
Index: Source/devtools/front_end/elements/elementsPanel.css
diff --git a/Source/devtools/front_end/elements/elementsPanel.css b/Source/devtools/front_end/elements/elementsPanel.css
index bffcf0246c31a1800a1e10b6e455a4077333f3aa..581cc615bee95fde8d6f2e0e4f87adb8591d9c8b 100644
--- a/Source/devtools/front_end/elements/elementsPanel.css
+++ b/Source/devtools/front_end/elements/elementsPanel.css
@@ -165,7 +165,7 @@
background-origin: padding;
background-clip: padding;
-webkit-user-select: text;
- border-bottom: 1px solid #ccc;
+ border-bottom: 1px solid #eee;
position: relative;
}
@@ -450,7 +450,7 @@
}
.styles-element-state-pane {
- background-color: #eee;
+ background-color: #f3f3f3;
border-bottom: 1px solid rgb(189, 189, 189);
margin-top: 0;
}
@@ -553,19 +553,21 @@
position: relative;
}
-.sidebar-pane-filter-box {
+.styles-sidebar-pane-toolbar {
+ border-bottom: 1px solid #eee;
+}
+
+.styles-sidebar-pane-filter-box {
+ flex: auto;
display: flex;
- border-top: 1px solid rgb(191, 191, 191);
- flex-basis: 19px;
- flex-shrink: 0;
}
-.sidebar-pane-filter-box > input {
+.styles-sidebar-pane-filter-box > input {
outline: none !important;
border: none;
width: 100%;
- margin: 0 4px;
background: transparent;
+ margin-left: 4px;
}
.styles-filter-engaged {
@@ -573,16 +575,19 @@
}
.sidebar-pane.composite .platform-fonts {
- padding: 1ex;
-webkit-user-select: text;
}
.sidebar-pane.composite .platform-fonts .sidebar-separator {
- border-top: none;
+ height: 24px;
+ background-color: #f1f1f1;
+ border-color: #ddd;
+ display: flex;
+ align-items: center;
}
.sidebar-pane.composite .platform-fonts .stats-section {
- margin-bottom: 5px;
+ margin: 5px 0;
}
.sidebar-pane.composite .platform-fonts .font-stats-item {
@@ -706,10 +711,6 @@ li.editing .enabled-button {
padding-left: 10px;
}
-label.checkbox-with-label {
- -webkit-user-select: none;
-}
-
.events-pane .section:not(:first-of-type) {
border-top: 1px solid rgb(231, 231, 231);
}
« no previous file with comments | « Source/devtools/front_end/elements/computedStyleSidebarPane.css ('k') | Source/devtools/front_end/sidebarPane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698