Skip to content

Commit

Permalink
Merge pull request #129 from vuejs-jp/fix/contact-disabled-button
Browse files Browse the repository at this point in the history
fix: contact disabled button
  • Loading branch information
jiyuujin authored Apr 29, 2024
2 parents 012756d + 289fc20 commit 74df8de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/components/common/CssResetButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ button {
background-color: transparent;
}
button:disabled {
opacity: 0.6;
pointer-events: none;
}
</style>

0 comments on commit 74df8de

Please sign in to comment.