Skip to content

Commit

Permalink
fix color picker
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Jan 28, 2021
1 parent 3c0ebb5 commit dde89cb
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 44 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
},
"husky": {
"hooks": {
"pre-push": "npm test"
"pre-commit": "npm test"
}
}
}
2 changes: 1 addition & 1 deletion src/index.css

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

2 changes: 1 addition & 1 deletion src/index.css.map

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

18 changes: 0 additions & 18 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,24 +169,6 @@ button {
height: auto;
}

.settings {
display: none;
padding: 10px 10px 5px 10px;
margin: 0 -4px -4px -4px; // Offset .dropping border
position: relative;
flex-direction: column;
&-background {
background: white;
transition: background 1s ease;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}
}

.draggable {
.crosshair-wrapper,
.crosshair-wrapper * {
Expand Down

0 comments on commit dde89cb

Please sign in to comment.