Skip to content

Commit

Permalink
fix: 修复 button 组件在 taro 中被破坏的边框 (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud authored Jan 13, 2023
1 parent 93a8caf commit aeb8ca3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/packages/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
opacity: 0;
content: ' ';
}
&::after {
border: none;
}

&:active::before {
opacity: 0.1;
Expand Down

0 comments on commit aeb8ca3

Please sign in to comment.