Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pix666 committed May 25, 2024
1 parent 3f21812 commit 55263ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-checkbox-tree",
"version": "0.1.7",
"version": "0.1.8",
"description": "A JavaScript component that transforms a select element into a checkbox tree.",
"keywords": [
"widgets",
Expand Down
2 changes: 2 additions & 0 deletions src/index.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ $checkbox-border-color: #d0d0d0;
overflow: hidden;
display: inline-flex;
gap: 0.4em;
margin: 0;
padding: 0;
outline-offset: 3px;
outline-color: $outline-color;
cursor: pointer;
Expand Down

0 comments on commit 55263ba

Please sign in to comment.