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

Unified Diff: Source/devtools/front_end/sources/sourcesPanel.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/sourcesPanel.css
diff --git a/Source/devtools/front_end/sources/sourcesPanel.css b/Source/devtools/front_end/sources/sourcesPanel.css
index d08786ad39a3d6f0dbe1798126328a70bc722bd7..bc41f145325e7eb0e30f965bf725e94281c447ac 100644
--- a/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/Source/devtools/front_end/sources/sourcesPanel.css
@@ -31,9 +31,8 @@
position: absolute;
top: 0;
width: 100%;
- background-color: #eee;
+ background-color: #f3f3f3;
border-bottom: 1px solid #ddd;
- height: 23px;
}
.material .scripts-debug-toolbar {
@@ -42,17 +41,14 @@
}
.scripts-debug-toolbar {
- margin-top: -1px;
- height: 24px;
overflow: hidden;
dgozman 2015/06/11 16:14:12 merge into first rule
pfeldman 2015/06/11 16:38:07 Done.
}
.scripts-debug-toolbar-drawer {
- flex: 0 0 46px;
+ flex: 0 0 52px;
-webkit-transition: margin-top 0.1s ease-in-out;
- margin-top: -23px;
- padding-top: 22px;
- border-bottom: 1px solid rgb(202, 202, 202);
+ margin-top: -26px;
+ padding-top: 25px;
background-color: white;
overflow: hidden;
}
@@ -70,8 +66,7 @@
.scripts-debug-toolbar-drawer > label {
display: flex;
padding-left: 3px;
- border-top: 1px solid rgb(196,196,196);
- height: 24px;
+ height: 28px;
}
.sources-editor-tabstrip-left {

Powered by Google App Engine
This is Rietveld 408576698