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

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

Issue 460543002: DevTools: DataGrid: move unrelated CSS. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « Source/devtools/front_end/profiler/CPUProfileDataGrid.js ('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/profilesPanel.css
diff --git a/Source/devtools/front_end/profilesPanel.css b/Source/devtools/front_end/profilesPanel.css
index b7588b3f363080c01d7ed27873af435b929a4425..d92baf9c9023f51b90ed0dd5daf010de30ac729a 100644
--- a/Source/devtools/front_end/profilesPanel.css
+++ b/Source/devtools/front_end/profilesPanel.css
@@ -38,6 +38,10 @@
background: white;
}
+.profile-view .data-grid tr:not(.selected) .highlight {
+ background-color: rgb(255, 230, 179);
+}
+
.profile-view .data-grid tr:hover td:not(.bottom-filler-td) {
background-color: rgba(0, 0, 0, 0.1);
}
@@ -259,4 +263,4 @@ select.chrome-select {
display: block;
margin-top: 14px;
margin-left: 0px;
-}
+}
« no previous file with comments | « Source/devtools/front_end/profiler/CPUProfileDataGrid.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698