Handle serialize for checkboxes with image and linear gradient
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
From #5
style.css has (not working version is commented out)
```css
/* CHECKED CARD */
.card .cb-container .cb-input:checked + .check {
/* background: url("../assets/images/icon-check.svg"),
linear-gradient(45deg, var(--clr-green), var(--clr-pink)); */
background: url('../assets/images/icon-check.svg');
background-color: var(--clr-green);
background-repeat: no-repeat;
background-position: center;
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting style.css and the commented checked-card rule shown in the issue. Determine how the checkbox image and linear gradient are expected to be serialized, then verify that the checked card retains both visual elements.
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
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100