Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested list-group-horizontal in list-group-flush border fix #30039

Closed
wants to merge 3 commits into from
Closed

Nested list-group-horizontal in list-group-flush border fix #30039

wants to merge 3 commits into from

Conversation

PeeJeeDR
Copy link

@PeeJeeDR PeeJeeDR commented Jan 17, 2020

Added styles only to the top level element of the list.
Removed following lines:

&:last-child {
.list-group-item:last-child {
border-bottom-width: 0;
}
}

and added the border width of 0 to the last .list-group-item child.

closes #30027
closes #27126 because the double border does not occur in the code update.

Netlify link

@PeeJeeDR PeeJeeDR requested a review from a team as a code owner January 17, 2020 09:57
@MartijnCuppens MartijnCuppens changed the title nested list-group-horizontal in list-group-flus border fix Nested list-group-horizontal in list-group-flush border fix Jan 18, 2020
Copy link
Member

@MartijnCuppens MartijnCuppens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nested list-group-horizontal inside list-group-flush renders without proper borders
2 participants