Skip to content

Commit

Permalink
fix(field): remove pointer-events with value none from form field class
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosikeda authored and willamesoares committed Aug 22, 2017
1 parent c424bd3 commit 4eeeb81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/css/atoms/form/field.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
border-radius: 1rem;
content: " ";
height: 1.12rem;
pointer-events: none;
position: absolute;
right: .12rem;
top: 1rem;
Expand Down

0 comments on commit 4eeeb81

Please sign in to comment.