[IMP] devtools: add border for new animation frame

This commit adds a colored border between events in list view when
a new animation frame was created.
This commit is contained in:
Julien Carion (juca)
2023-06-14 16:10:57 +02:00
committed by Géry Debongnie
parent 2cca0bd819
commit 59c49b5833
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -133,6 +133,10 @@
font-size: 11px;
}
.event-last {
border-bottom: 3px solid rgb(225, 154, 0);
}
.getter-content:hover {
text-decoration: underline;
}