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

Remove border-top if list-group follows card-header #23022

Merged
merged 5 commits into from
Sep 27, 2017

Conversation

bembelimen
Copy link
Contributor

@bembelimen bembelimen commented Jul 9, 2017

If a list-group follows a card-header, there is a double border.

Before:
https://codepen.io/anon/pen/mwzBbj

After:
https://codepen.io/anon/pen/owaoGK

If a list-group follows a card-header, there is a double border.

https://codepen.io/anon/pen/mwzBbj
scss/_card.scss Outdated
@@ -72,6 +72,12 @@
&:first-child {
@include border-radius($card-inner-border-radius $card-inner-border-radius 0 0);
}

~ .list-group {
.list-group-item:first-child {

Choose a reason for hiding this comment

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

Line should be indented with spaces, not tabs

@mdo mdo mentioned this pull request Sep 27, 2017
@XhmikosR XhmikosR merged commit 7fa2018 into twbs:v4-dev Sep 27, 2017
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.

4 participants