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

Unified Diff: Source/devtools/front_end/profiler/profilesPanel.css

Issue 1172643002: DevTools: migrate sidebar pane's titleElement to use Toolbar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: only using latin1 in css 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/profiler/profilesPanel.css
diff --git a/Source/devtools/front_end/profiler/profilesPanel.css b/Source/devtools/front_end/profiler/profilesPanel.css
index fbd3a067c76d454f9643feb88b5625739b9f98e3..141c0bd9c493a6bccc6638fd0a0501f04342f4cc 100644
--- a/Source/devtools/front_end/profiler/profilesPanel.css
+++ b/Source/devtools/front_end/profiler/profilesPanel.css
@@ -114,12 +114,8 @@
}
.cpu-profile-view {
- display: none;
- overflow: hidden;
-}
-
-.cpu-profile-view.visible {
display: flex;
+ overflow: hidden;
}
.cpu-profile-view .data-grid {
« no previous file with comments | « Source/devtools/front_end/network/requestCookiesView.css ('k') | Source/devtools/front_end/resources/resourcesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698