Consider adding an `:installed` pseudoclass for styling
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 21
- Forks
- 4
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 4
Description
When an app is already installed, the install button rarely makes sense to display and you'd typically just hide it. A nice declarative way of doing so could be via a CSS pseudoclass:
install:installed {
display: none;
}
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 with the issue's proposed CSS example and inspect the repository's install element context. Done requires a maintainer-approved approach for representing the installed state and defining the corresponding styling behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, html
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100