EasyCorp / EasyCorp/EasyAdminBundle
Undeclared CSS variable `--form-input-box-shadow`
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 4.3k
- Forks
- 1.1k
- Avg merge
- 8d 2h
- Merged PRs (30d)
- 11
Description
The CSS variable --form-input-box-shadow is used in 2 files, but it's never declared anywhere:
assets/css/easyadmin-theme/autocomplete.cssassets/css/easyadmin-theme/forms.css
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting assets/css/easyadmin-theme/autocomplete.css and assets/css/easyadmin-theme/forms.css, then search the easyadmin-theme styles for a declaration of --form-input-box-shadow. Confirm how the variable is expected to be resolved and use the project’s available CSS checks or build process; done means both references have a valid declaration or are otherwise resolved consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100