Summary: | Remove unnecessary jQueryUI CSS in staff-global.scss | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Staff interface | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | BLOCKED --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | gmcharlt |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 34102: Remove unesessary jQueryUI CSS |
Description
Lucas Gass (lukeg)
2023-06-22 19:44:59 UTC
Created attachment 152585 [details] [review] Bug 34102: Remove unesessary jQueryUI CSS To test: 1. Apply patch 2. Regenerate CSS ( https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface ) 3. Nothing in the staff client should change, the CSS wasn't being used. We still depend on two jQueryUI features: Autocomplete and sortable. When those have been taken care of we should remove this CSS and all the jQueryUI files too. |