Bug 1111024 - Selected markers background in the timeline should extend to the sidebar in the new performance tool, r=jsantell

This commit is contained in:
Victor Porof 2014-12-12 19:44:52 -05:00
Родитель a5c68db937
Коммит f81eb83db0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -308,6 +308,7 @@
transform-origin: left center;
}
.waterfall-marker-container.selected > .waterfall-sidebar,
.waterfall-marker-container.selected > .waterfall-marker-item {
background-color: var(--theme-selection-background);
color: var(--theme-selection-color);