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

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: 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/sourcesPanel.css
diff --git a/Source/devtools/front_end/sources/sourcesPanel.css b/Source/devtools/front_end/sources/sourcesPanel.css
index d08786ad39a3d6f0dbe1798126328a70bc722bd7..2911bef8ba507f3c234c27dc86140ba910e61dec 100644
--- a/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/Source/devtools/front_end/sources/sourcesPanel.css
@@ -31,28 +31,16 @@
position: absolute;
top: 0;
width: 100%;
- background-color: #eee;
+ background-color: #f3f3f3;
border-bottom: 1px solid #ddd;
- height: 23px;
-}
-
-.material .scripts-debug-toolbar {
- height: 28px;
- overflow: hidden;
-}
-
-.scripts-debug-toolbar {
- margin-top: -1px;
- height: 24px;
overflow: hidden;
}
.scripts-debug-toolbar-drawer {
- flex: 0 0 46px;
+ flex: 0 0 53px;
-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 +58,8 @@
.scripts-debug-toolbar-drawer > label {
display: flex;
padding-left: 3px;
- border-top: 1px solid rgb(196,196,196);
- height: 24px;
+ height: 28px;
+ border-bottom: 1px solid #dadada;
}
.sources-editor-tabstrip-left {
« no previous file with comments | « Source/devtools/front_end/sources/SourcesPanel.js ('k') | Source/devtools/front_end/sources/sourcesView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698