Skip to content

Commit

Permalink
Disable text selection within color picker component
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Feb 25, 2020
1 parent 7883332 commit 09a4dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/src/edit-story/components/colorPicker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const Container = styled.div`
font-style: normal;
font-weight: normal;
font-size: 12px;
user-select: none;
`;

const Header = styled.div`
Expand Down

0 comments on commit 09a4dd4

Please sign in to comment.