Skip to content

Commit

Permalink
fix(Collapse): Internal elements need to apply the radius configurati…
Browse files Browse the repository at this point in the history
…on of external elements, close #3277
  • Loading branch information
TrinityGuo committed Nov 21, 2024
1 parent 1849be8 commit 8dac202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/collapse/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

border: $collapse-border-width solid $collapse-border-color;
border-radius: $collapse-border-corner;
overflow: hidden;
&:focus,
& *:focus {
outline: 0;
Expand Down

0 comments on commit 8dac202

Please sign in to comment.