Skip to content

Commit

Permalink
fix: 🐛 修复Button会存在一个默认border的问题 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazzzy126 authored Mar 1, 2024
1 parent 54a64f9 commit 3714ffb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
content: ' ';
}


&::after {
border: none;
}

@include m(active) {
&:active::before {
opacity: 0.15;
Expand Down

0 comments on commit 3714ffb

Please sign in to comment.