Skip to content

Commit

Permalink
fix(VExpansionPanel): accordion variant border radius (#19433)
Browse files Browse the repository at this point in the history
fixes #19379

Co-authored-by: Son Tran <stt@cct-technology.com>
  • Loading branch information
SonTT19 and Son Tran authored Mar 26, 2024
1 parent 7f65b1f commit 955fc62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
border-top-right-radius: 0 !important

&--variant-accordion
> :first-child
> :first-child:not(:last-child)
border-bottom-left-radius: 0 !important
border-bottom-right-radius: 0 !important

> :last-child
> :last-child:not(:first-child)
border-top-left-radius: 0 !important
border-top-right-radius: 0 !important

Expand Down

0 comments on commit 955fc62

Please sign in to comment.