Skip to content

Commit

Permalink
✨ fixes issue where dropdown item doesn't have border radius (#33483)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
  • Loading branch information
sksuryan and richard67 authored May 3, 2021
1 parent e9afa7c commit 9b54e8b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
color: var(--success);
}

&.first {
&.first:not(.last) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

&.last {
&.last:not(.first) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
Expand Down

0 comments on commit 9b54e8b

Please sign in to comment.