Skip to content

Commit

Permalink
feat(tag): remove pointer-events none style (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luchanso committed Aug 14, 2020
1 parent 7822cb6 commit dcaec57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/tag/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@
&:hover:not(:disabled) {
border: var(--tag-border-width) var(--tag-border-style) var(--tag-border-color-hover);
}

&:disabled {
pointer-events: none;
}
}

.checked {
Expand Down

0 comments on commit dcaec57

Please sign in to comment.