fix/[bug:ui] Select2 autofilter look is inconsistent with other filters #533#541
fix/[bug:ui] Select2 autofilter look is inconsistent with other filters #533#541AditiSah05 wants to merge 1 commit intoopenwisp:masterfrom
Conversation
|
Hi @okraits, I recently opened a PR — fix/[bug:ui] Select2 autofilter look is inconsistent with other filters (#541) — which closes issue #533. I’ve addressed the styling inconsistencies between Select2 autofilters and the regular admin filters and ensured tests and functionality remain unaffected. Whenever you have time, could you please take a look and let me know if any changes are needed? Your feedback would be really helpful as I’m still getting familiar with the codebase. Thank you! |
|
Hi @nemesifier, I understand that the current patch doesn’t fully resolve the underlying issue. I’ll revisit the problem, dig deeper into the root cause of the Select2 autofilter inconsistency, and work on a more accurate solution. Once I have a proper fix, I’ll reopen the issue with an updated approach. |
I've created four GitHub Actions workflow files to automate issue assignment/unassignment. Created Workflows: 1. issue-assignment.yml – Auto-response to 'assign me' requests 2. pr-issue-link.yml – Auto-assign on PR 3. stale-pr-management.yml – Stale PR management (tracks contributor inactivity only) 4. pr-reopen-reassign.yml – Handle contributor follow-up Fixes openwisp#541
Checklist
Reference to Existing Issue
Closes #533
Please open a new issue if there isn't an existing issue yet.
Description of Changes
Issue
Select2 autofilter had inconsistent colors compared to regular filters in admin interface.
Fix
Updated openwisp_utils/admin_theme/static/admin/css/ow-auto-filter.css:
Changed active border color from var(--ow-selected-filter-option-bg) to var(--ow-active-filter-title)
Added consistent line height for placeholder text
Result
✅ Select2 autofilters now match regular filter appearance
✅ No impact on change forms
✅ All tests pass