| Index: Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelineUIUtils.js b/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| index 975baa291900a13e56be8315d2d61eeae3989ef7..b68d7499cc9fa92a1cf54bd89bee4812a082de18 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| @@ -354,7 +354,6 @@ WebInspector.TimelineUIUtils.createStyleRuleForCategory = function(category)
|
| {
|
| var selector = ".timeline-category-" + category.name + " .timeline-graph-bar, " +
|
| ".panel.timeline .timeline-filters-header .filter-checkbox-filter.filter-checkbox-filter-" + category.name + " .checkbox-filter-checkbox, " +
|
| - ".popover .timeline-" + category.name + ", " +
|
| ".timeline-details-view .timeline-" + category.name + ", " +
|
| ".timeline-category-" + category.name + " .timeline-tree-icon"
|
|
|
|
|