Bug 34102

Summary: Remove unnecessary jQueryUI CSS in staff-global.scss
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: Staff interfaceAssignee: 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
There is some leftover CSS related to JqueryUI that is no longer nessesary. I think we can safely remove it.
Comment 1 Lucas Gass (lukeg) 2023-06-22 19:49:00 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.
Comment 2 Owen Leonard 2023-06-23 14:27:27 UTC
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.