Skip to content

Commit

Permalink
fix(button): use type selector to have a higher css specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeb committed Jan 3, 2024
1 parent c81228a commit ddbfc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/button/src/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ $active-sort-table-th: $color-table-sorting !default;
}
}

&[aria-disabled='true'] {
&[type][aria-disabled='true'] {
/* cursor:pointer set by bootstrap reset needs to be ovveride */
cursor: not-allowed;
}
Expand Down

0 comments on commit ddbfc8a

Please sign in to comment.