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

Unified Diff: Source/devtools/front_end/sources/sourcesView.css

Issue 1176343002: DevTools: make toolbar button click targets square (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/sources/sourcesView.css
diff --git a/Source/devtools/front_end/sources/sourcesView.css b/Source/devtools/front_end/sources/sourcesView.css
index 88547a13021bb4f3091ca2d05d0652c858dd38f6..aed5bad06e31a14d2ff2cf84bf42164b411df8dd 100644
--- a/Source/devtools/front_end/sources/sourcesView.css
+++ b/Source/devtools/front_end/sources/sourcesView.css
@@ -37,7 +37,7 @@
display: flex;
position: relative;
flex: 0 0 20px;
- background-color: #eee;
+ background-color: #f3f3f3;
border-top: 1px solid rgb(196,196,196);
overflow: hidden;
}

Powered by Google App Engine
This is Rietveld 408576698