bahmutov / bahmutov/cyclope

Handle serialize for checkboxes with image and linear gradient

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
bug
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.