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

Unified Diff: Source/devtools/front_end/profiler/profilesPanel.css

Issue 1176343002: DevTools: make toolbar button click targets square (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « Source/devtools/front_end/network/networkPanel.css ('k') | Source/devtools/front_end/settings/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/profiler/profilesPanel.css
diff --git a/Source/devtools/front_end/profiler/profilesPanel.css b/Source/devtools/front_end/profiler/profilesPanel.css
index 141c0bd9c493a6bccc6638fd0a0501f04342f4cc..816a48c8e3eb1798c1bb008bb4d889abdcd1ec58 100644
--- a/Source/devtools/front_end/profiler/profilesPanel.css
+++ b/Source/devtools/front_end/profiler/profilesPanel.css
@@ -66,7 +66,7 @@
.profiles-toolbar {
display: flex;
- background-color: #eee;
+ background-color: #f3f3f3;
flex: 0 0 25px;
flex-direction: row;
border-bottom: 1px solid rgb(202, 202, 202);
« no previous file with comments | « Source/devtools/front_end/network/networkPanel.css ('k') | Source/devtools/front_end/settings/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698