Skip to content

Commit

Permalink
Prevent list group style leaks (#30660)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Apr 28, 2020
1 parent f9bd7d7 commit e52806a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_list-group.scss
Expand Up @@ -96,7 +96,7 @@
.list-group-horizontal#{$infix} {
flex-direction: row;

.list-group-item {
> .list-group-item {
&:first-child {
@include border-bottom-left-radius($list-group-border-radius);
@include border-top-right-radius(0);
Expand Down Expand Up @@ -134,7 +134,7 @@
.list-group-flush {
@include border-radius(0);

.list-group-item {
> .list-group-item {
border-width: 0 0 $list-group-border-width;

&:last-child {
Expand Down

0 comments on commit e52806a

Please sign in to comment.