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

Commit

Permalink
fix(ButtonCore): Fix missing events when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
diondiondion committed Nov 25, 2019
1 parent fc1add7 commit 9891c26
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ButtonCore/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ const Clickable = styled.button`
appearance: none;
&.is-disabled {
pointer-events: none;
}
&:focus:not(.focus-visible) {
outline: none;
}
Expand Down

0 comments on commit 9891c26

Please sign in to comment.