Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented Alternative Checkboxes Style Settings Toggle #801

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
6,183 changes: 3,669 additions & 2,514 deletions Minimal.css

Large diffs are not rendered by default.

6,177 changes: 3,663 additions & 2,514 deletions src/css/main.css

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions src/css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/main.min.css

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions src/css/main.min.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/css/style-settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,12 @@ settings:
type: heading
level: 2
collapsed: true
-
id: enable-alternative-checkboxes
title: Enable Alternative Checkboxes
description: Disable this if you are using your own implementation via a CSS Snippet.
default: true
type: class-toggle
-
id: checkbox-color
title: Checkbox color
Expand Down
533 changes: 267 additions & 266 deletions src/scss/features/checklist-icons.scss

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion theme.css

Large diffs are not rendered by default.