Bug 32606: Revert Flatpickr style changes made in Bug 31943
authorOwen Leonard <oleonard@myacpl.org>
Tue, 10 Jan 2023 19:32:56 +0000 (19:32 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 6 Feb 2023 21:26:03 +0000 (18:26 -0300)
This patch removes the CSS controlling the width of a Flatpickr date
input. The side-effects of this change are worse than the problem the
change was intended to fix.

To test, apply the patch and rebuild the staff interface CSS.

Check pages which are referenced in bugs caused by Bug 31943:

- The holds page (Bug 32259)
- Checking out when specifying a date due in the past (Bug 32210)
- Circulation -> Renew (Bug 32157)

Flatpickr inputs should look correct.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss

index 1c2357c..8185733 100644 (file)
@@ -946,7 +946,6 @@ span.flatpickr-weekday {
     border-style: inset;
     border-width: 1px;
     padding: 3px 3px 3px 20px;
-    width: calc( 100% - 40px );
 
     &:focus {
         border-radius: 0;