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

Unified Diff: Source/devtools/front_end/sources/uiList.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/sources/uiList.css
diff --git a/Source/devtools/front_end/sources/uiList.css b/Source/devtools/front_end/sources/uiList.css
index bab2a8f88f95861ad655462cb63ea0901f008170..0f959b2ce17e8a992b2edc9aff6ea6a859ee7a2b 100644
--- a/Source/devtools/front_end/sources/uiList.css
+++ b/Source/devtools/front_end/sources/uiList.css
@@ -5,7 +5,7 @@
*/
.list-item {
- padding: 3px 8px 4px 8px;
+ padding: 2px 8px 3px 8px;
position: relative;
min-height: 18px;
white-space: nowrap;
@@ -16,7 +16,7 @@
}
.list-item.selected {
- background-color: rgb(212, 212, 212);
+ background-color: #dadada;
}
.list-item.selected > .title {
« no previous file with comments | « Source/devtools/front_end/sources/sourcesView.css ('k') | Source/devtools/front_end/timeline/TimelinePanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698