Highlight events

Fixes #106
This commit is contained in:
Daniel Compton 2017-12-19 21:45:11 +13:00
parent d5e8c154f2
commit 1e83c2b337
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@
[(s/& ".trace--sub-run")
[".trace--op" {:color dark-purple}]]
[(s/& ".trace--event")
{:border-top [["1px" light-gray "solid"]]}
[".trace--op" {:color common/event-color}]]
[(s/& ".trace--render")
[".trace--op" {:color dark-skyblue}]]