Skip to content

Commit

Permalink
fix(colorinput): show pointer cursor on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien committed Apr 9, 2020
1 parent ec9c177 commit 3c58fb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ColorInput/ColorInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ export const StyledColorInput = styled.input`
top: 0;
opacity: 0;
z-index: 1;
cursor: pointer;
&:disabled {
cursor: default;
}
`;

// TODO replace with SVG icon
Expand Down

0 comments on commit 3c58fb5

Please sign in to comment.