Skip to content

Commit

Permalink
Prevent list group style leaks (twbs#30660)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and olsza committed Oct 3, 2020
1 parent 6a61952 commit 4f93b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_list-group.scss
Expand Up @@ -97,7 +97,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 @@ -135,7 +135,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 4f93b01

Please sign in to comment.