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

Unified Diff: Source/devtools/front_end/sources/sourcesPanel.css

Issue 1179183002: DevTools: border and toolbar colors from Max's mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 2911bef8ba507f3c234c27dc86140ba910e61dec..54898b25c2418c26f0553e2dce6e5d9bbeb11c92 100644
--- a/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/Source/devtools/front_end/sources/sourcesPanel.css
@@ -32,12 +32,12 @@
top: 0;
width: 100%;
background-color: #f3f3f3;
- border-bottom: 1px solid #ddd;
+ border-bottom: 1px solid #ccc;
overflow: hidden;
}
.scripts-debug-toolbar-drawer {
- flex: 0 0 53px;
+ flex: 0 0 52px;
-webkit-transition: margin-top 0.1s ease-in-out;
margin-top: -26px;
padding-top: 25px;
@@ -59,7 +59,6 @@
display: flex;
padding-left: 3px;
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