remove animation

To make tests ok.
I could use Capybara.disable_animation = true, but there was no animation to old datetimepicker, so it's more consistant like this.
This commit is contained in:
Jean-Baptiste Bellet
2021-01-21 16:59:38 +01:00
parent 6dbaf1f7f3
commit 1dbafcaf7d

View File

@@ -1,4 +1,8 @@
.flatpickr-calendar {
/* Disable animation */
&.animate.open {
animation: none;
}
border-radius: 0;
&.arrowBottom:after {
border-top-color: #eceef1;