mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
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:
@@ -1,4 +1,8 @@
|
||||
.flatpickr-calendar {
|
||||
/* Disable animation */
|
||||
&.animate.open {
|
||||
animation: none;
|
||||
}
|
||||
border-radius: 0;
|
||||
&.arrowBottom:after {
|
||||
border-top-color: #eceef1;
|
||||
|
||||
Reference in New Issue
Block a user