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

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

Issue 720223002: DevTools: only allow status bar items in status bars. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 b876ba17bfb5fc8d2427691d51a5aebe9d5e8715..2cac416898a96e7f742a314dc9952d3b85fd0506 100644
--- a/Source/devtools/front_end/profiler/profilesPanel.css
+++ b/Source/devtools/front_end/profiler/profilesPanel.css
@@ -64,14 +64,12 @@
color: inherit;
}
-.profiles.panel .status-bar {
- border-bottom: 1px solid rgb(202, 202, 202);
- border-top: none;
-}
-
.profiles-status-bar {
+ display: flex;
background-color: #eee;
flex: 0 0 23px;
+ flex-direction: row;
+ border-bottom: 1px solid rgb(202, 202, 202);
}
.profile-launcher-view-tree-item > .icon {

Powered by Google App Engine
This is Rietveld 408576698