Omit core.min.css and use own CSS for hidden class?
- Dominant language
- HTML
- Stars
- 435
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
I have a dropdown and a text filter and it works fine. But the core.min.css renders my text input quite unfortunately.
When I omit the core.min.css almost everything is fine, but
1. the "No results" DIV is always visible
2. and if nothing matches the filter the .list-items won't be hidden
Do I have to just include some classes in my own CSS file or can I set a config for my own class (of the CSS framework perhaps)
Contributor guide
No contributing guide indexed for this repository
Research direction
Look at the core.min.css file to see which classes control the visibility of the 'No results' DIV and .list-items. The issue is about overriding or replacing those styles. Check if there's a configuration option for custom CSS classes in the jplist documentation or source code. Test by adding the necessary CSS rules to your own stylesheet to hide elements when filtering yields no matches.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript, jquery
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100