EasyCorp / EasyCorp/EasyAdminBundle

Undeclared CSS variable `--form-input-box-shadow`

Open Beginner friendly
#7,761 0 comments 0 reactions 0 assignees View on GitHub

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.css
  • assets/css/easyadmin-theme/forms.css

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.