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

Unified Diff: Source/devtools/front_end/inspectorStyle.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
Index: Source/devtools/front_end/inspectorStyle.css
diff --git a/Source/devtools/front_end/inspectorStyle.css b/Source/devtools/front_end/inspectorStyle.css
index a85ee6d3b623abf1ed9857006a64280e6a8bf429..de2b05bbfd83f5d032a3b91c6297192dc94cb8d2 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -158,7 +158,7 @@ iframe.panel.extension {
.outline-disclosure li.selected .selection {
display: block;
- background-color: rgb(212, 212, 212);
+ background-color: #dadada;
}
.outline-disclosure li.in-clipboard .highlight {
@@ -283,7 +283,7 @@ ol.outline-disclosure:focus li.selected * {
.sidebar {
overflow-x: hidden;
- background-color: #eee;
+ background-color: #f3f3f3;
}
.pane-title-button {
« no previous file with comments | « Source/devtools/front_end/emulation/responsiveDesignView.css ('k') | Source/devtools/front_end/main/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698