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

Unified Diff: Source/devtools/front_end/ui/filter.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/ui/FilterBar.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/filter.css
diff --git a/Source/devtools/front_end/ui/filter.css b/Source/devtools/front_end/ui/filter.css
index 25975f371f727f5464b716767eef72b34d85f1f1..c1818b8139ac6465492e9ec80657e67bbbb5c99d 100644
--- a/Source/devtools/front_end/ui/filter.css
+++ b/Source/devtools/front_end/ui/filter.css
@@ -31,6 +31,8 @@
.filter-bar {
background-color: #f3f3f3;
padding: 4px 0 2px 0;
+ flex: none;
+ border-bottom: 1px solid #dadada;
}
.filter-text-filter {
« no previous file with comments | « Source/devtools/front_end/ui/FilterBar.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698