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

Unified Diff: Source/devtools/front_end/console/consoleView.css

Issue 1173363012: DevTools: Network panel filter bar overlaps after select resource row. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test 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/console/ConsoleView.js ('k') | Source/devtools/front_end/network/NetworkPanel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/console/consoleView.css
diff --git a/Source/devtools/front_end/console/consoleView.css b/Source/devtools/front_end/console/consoleView.css
index 15e6818fae846d355dec4b39129084d651280c26..e29334c3bc0fb249ca1fc7eae9413525d7289e44 100644
--- a/Source/devtools/front_end/console/consoleView.css
+++ b/Source/devtools/front_end/console/consoleView.css
@@ -32,6 +32,10 @@
overflow: hidden;
}
+.console-view > .toolbar {
+ border-bottom: 1px solid #dadada;
+}
+
.console-view-wrapper {
background-color: #eee;
}
@@ -41,18 +45,12 @@
overflow: hidden;
}
-.console-filters-header {
- overflow: hidden;
- flex: none;
-}
-
#console-messages {
flex: 1 1;
padding: 2px 0;
overflow-y: auto;
word-wrap: break-word;
-webkit-user-select: text;
- border-top: 1px solid rgb(230, 230, 230);
transform: translateZ(0);
}
« no previous file with comments | « Source/devtools/front_end/console/ConsoleView.js ('k') | Source/devtools/front_end/network/NetworkPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698