Scroll to the profiler on timeline click

This commit is contained in:
Gaël Métais
2015-02-27 17:41:54 +01:00
parent 5732a8ffc8
commit cb535f1cee
6 changed files with 77 additions and 6 deletions
+17
View File
@@ -49,6 +49,10 @@
position: absolute;
bottom: 0;
width: 100%;
&.clickable {
cursor: pointer;
}
}
.timeline div.interval:hover {
background: #9C4274;
@@ -189,6 +193,19 @@ input.textFilter {
background: #f1c40f;
}
.table > div.highlight {
> div.startTime {
background-color: #C0F090;
}
}
.table > div.highlight-remove {
transition: 3s;
> div.startTime {
transition: background-color 3s ease-in;
}
}
.table > div > .index {
color: #bbb;
}