vendor/assets/stylesheets/flatpickr/rtl/themes/airbnb.rtl.css in flatpickr-2.2.5.0 vs vendor/assets/stylesheets/flatpickr/rtl/themes/airbnb.rtl.css in flatpickr-2.2.8.0
- old
+ new
@@ -26,10 +26,11 @@
line-height: 24px;
border-radius: 5px;
position: absolute;
width: 293.75px;
box-sizing: border-box;
+ transition: top cubic-bezier(0, 1, 0.5, 1) 100ms;
background: #fff;
box-shadow: -1px 0 0 #eee, 1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0,0,0,0.08);
z-index: 999;
}
.flatpickr-calendar.open,
@@ -40,10 +41,10 @@
max-height: 640px;
}
.flatpickr-calendar.open {
display: inline-block;
z-index: 99999;
- animation: flatpickrFadeInDown 0.5s cubic-bezier(0, 1, 0.5, 1);
+ animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1);
}
.flatpickr-calendar.inline {
display: block;
position: relative;
}