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

Unified Diff: Source/devtools/front_end/sidebarPane.css

Issue 80383004: DevTools: Show asynchronous call stacks on frontend. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed Created 7 years 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 | « Source/devtools/front_end/inspector.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sidebarPane.css
diff --git a/Source/devtools/front_end/sidebarPane.css b/Source/devtools/front_end/sidebarPane.css
index 4f666bce7b7e1d2b413125fc1ddd3011de98b727..ac17edd49d90ac475315717c3783b4bf3cdbdd9d 100644
--- a/Source/devtools/front_end/sidebarPane.css
+++ b/Source/devtools/front_end/sidebarPane.css
@@ -88,6 +88,7 @@
border-bottom: 1px solid rgb(178, 178, 178);
}
+.placard-group::before,
.sidebar-pane-title::before {
background-image: url(Images/statusbarButtonGlyphs.png);
background-size: 320px 120px;
@@ -103,15 +104,18 @@
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
+.placard-group::before,
.sidebar-pane-title::before {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
} /* media */
+.placard-group::before,
.sidebar-pane-title::before {
background-position: -4px -96px;
}
+.placard-group.expanded::before,
.sidebar-pane-title.expanded::before {
background-position: -20px -96px;
}
« no previous file with comments | « Source/devtools/front_end/inspector.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698