Skip to content

Commit

Permalink
Temporarily disabling custom checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jan 21, 2024
1 parent 1e71932 commit 7445f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ input[type='checkbox'] {
--cb-size: 1rem;

background-color: var(--cb-color-unchecked);
appearance: none;
-webkit-appearance: none;
/* appearance: none;
-webkit-appearance: none; */
display: flex;
padding: var(--cb-padding);
border: 0.2rem solid var(--cb-color-border);
Expand Down

0 comments on commit 7445f0f

Please sign in to comment.