From 41b67008b8b000c045de77cada3666e779fa61af Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 10 Jan 2023 19:32:56 +0000 Subject: [PATCH] Bug 32606: Revert Flatpickr style changes made in Bug 31943 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 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss index 1c2357c406..8185733d81 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss @@ -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; -- 2.20.1