Skip to content

Commit

Permalink
fix(link): exclude button elements from no-href styling (#4709)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and joshblack committed Dec 5, 2019
1 parent d93a23e commit fd79e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/link/_link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@include focus-outline;
}

&:not([href]) {
&:not([href]):not(button) {
color: $disabled-02;
cursor: not-allowed;
pointer-events: none;
Expand Down

0 comments on commit fd79e78

Please sign in to comment.