diff --git a/client/stylesheets/base.less b/client/stylesheets/base.less
index 0aaaadbb21162bbbab537b4652fc28785432fec2..ef03ef9cddceea5ae3ea678e75e01f36ddcc57eb 100644
--- a/client/stylesheets/base.less
+++ b/client/stylesheets/base.less
@@ -558,7 +558,7 @@ label.required:after {
 	}
 	&:after {
 		.transform(rotate(90deg));
-		.transition(transform .315s ease-out .2s, background .15s ease-out);
+		.transition(transform .315s ease-out .1s, background .15s ease-out);
 	}
 	&:before {
 		.transition(transform .315s ease-out .3s, background .15s ease-out);