Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
adds cursor: pointerto toggler
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkertrain committed May 5, 2021
1 parent e625a9b commit deb39e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/EditableField/EditableField.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ export const TriggerUI = styled('button')`
text-align: left;
height: ${input.height.medium};
line-height: ${field.height.medium};
cursor: pointer;
.is-active &:focus {
outline: 0;
Expand Down

0 comments on commit deb39e5

Please sign in to comment.