Index: Source/devtools/front_end/TimelinePresentationModel.js |
diff --git a/Source/devtools/front_end/TimelinePresentationModel.js b/Source/devtools/front_end/TimelinePresentationModel.js |
index 8a032517fd11ff275ace486056ca5e881ba5ec67..e1699b786910dc01381eaa7a8b1cd4eca5788072 100644 |
--- a/Source/devtools/front_end/TimelinePresentationModel.js |
+++ b/Source/devtools/front_end/TimelinePresentationModel.js |
@@ -1478,7 +1478,7 @@ WebInspector.TimelinePresentationModel.createFillStyleForCategory = function(con |
WebInspector.TimelinePresentationModel.createStyleRuleForCategory = function(category) |
{ |
var selector = ".timeline-category-" + category.name + " .timeline-graph-bar, " + |
- ".timeline-category-statusbar-item.timeline-category-" + category.name + " .timeline-category-checkbox, " + |
+ ".panel.timeline .timeline-filters-header .filter-checkbox-filter.filter-checkbox-filter-" + category.name + " .checkbox-filter-checkbox, " + |
".popover .timeline-" + category.name + ", " + |
".timeline-category-" + category.name + " .timeline-tree-icon" |