From fbe113bee994269d96c2295ef4dc9997e18f2c94 Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 26 Feb 2018 13:30:57 -0800 Subject: [PATCH] Make annotation flags transition background color slightly less jarring --- ui/src/style/components/annotations.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/src/style/components/annotations.scss b/ui/src/style/components/annotations.scss index e847edba55..835dd95402 100644 --- a/ui/src/style/components/annotations.scss +++ b/ui/src/style/components/annotations.scss @@ -38,7 +38,9 @@ $timestamp-font-weight: 600; height: 6px; background-color: $annotation-color; border-radius: 50%; - transition: transform 0.25s ease; + transition: + transform 0.25s ease, + background-color 0.25s ease; } .annotation-point--flag__dragging {