Skip to content

Commit

Permalink
fix: add missing disabled button modifier and fix mixin path
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed May 31, 2022
1 parent d9c2824 commit 1473529
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/preset-elements/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ export default {
display: "block",
width: "100%",
},
apply: "buttons.default",
"&.is-disabled,&:disabled": {
cursor: ["not-allowed", "!important"],
opacity: ["0.6", "!important"],
},
apply: "buttons",
},
".{{prefix}}card": {
backgroundColor: "white",
Expand Down

0 comments on commit 1473529

Please sign in to comment.