Make annotation flags transition background color

slightly less jarring
pull/10616/head
Alex P 2018-02-26 13:30:57 -08:00
parent 1a28f6bc53
commit fbe113bee9
1 changed files with 3 additions and 1 deletions

View File

@ -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 {