Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions dist/bonsai-base.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/bonsai-base.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bonsai-base.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bonsai-base.min.css.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions dist/bonsai.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/bonsai.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bonsai.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bonsai.min.css.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/base/_forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ input[type="radio"] {

input[type="checkbox"]:checked,
input[type="radio"]:checked {
background: var(--primary);

background: var(--accent-bg, var(--primary));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think just --primary might be enough here. My only reason is that it might be best keeping accent variables assciated with the .accent class alone.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I agree --accent-bg was a fallback solution. It probably should be --element-bg?

}

input[type="checkbox"]:checked::before {
Expand Down