Bugzilla – Attachment 145202 Details for
Bug 32606
Revert Flatpickr style changes made in Bug 31943
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32606: Revert Flatpickr style changes made in Bug 31943
Bug-32606-Revert-Flatpickr-style-changes-made-in-B.patch (text/plain), 1.25 KB, created by
Owen Leonard
on 2023-01-10 19:46:29 UTC
(
hide
)
Description:
Bug 32606: Revert Flatpickr style changes made in Bug 31943
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-01-10 19:46:29 UTC
Size:
1.25 KB
patch
obsolete
>From 2ef568a32308ddd2248e5965a52c9d4b25b0e3bf Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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. >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32606
:
145202
|
145206
|
146211