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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css

Issue 2222233002: DevTools: style selected call frames as arrows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/smallIcon.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css b/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
index a0a595620dcf5b39e5e4620d6ee0fbadf8bab2fe..086f5cd58859f9787bc3d6c0d23f7206f92c8355 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
@@ -35,7 +35,7 @@
display: flex;
align-items: center;
background-color: #eee;
- height: 26px;
+ height: 22px;
padding: 0 5px;
border-top: 1px solid #dadada;
white-space: nowrap;
@@ -49,6 +49,10 @@
border-bottom: 1px solid #ddd;
}
+.expandable-view-title .toolbar {
+ margin-top: -3px;
+}
+
.expandable-view-title:not(.expanded) .toolbar {
display: none;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/smallIcon.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698