Skip to content

Commit

Permalink
🐛 Fix group divider in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Sep 27, 2023
1 parent 35f8ca5 commit 57442ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@apply origin-top-right;
}

& &-divider ~ &-divider {
& *:not(&-divider) + &-divider {
@apply divider m-0 h-auto;

&::before,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
}

&-divider {
*:not(&-divider) + &-divider {
@apply divider m-0 h-auto;

&::before,
Expand Down

0 comments on commit 57442ee

Please sign in to comment.