Unverified Commit 9e5a02c6 authored by Starsam80's avatar Starsam80
Browse files

Remove borders on the top and/or bottom when .list-group-flush is the first and/or last child

Fully fixes #20395
parent cf5d94f6
13 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!26437merge,!20903Remove borders on the top and/or bottom when .list-group-flush is the first and/or last child,!22391V4 dev,!22547Finished a new translation for bootstrap,!22143Fix selectable disabled toggle radio buttons,!22598test,!21067dfsa,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!17021v4
Showing with 12 additions and 0 deletions
+12 -0
......@@ -74,6 +74,18 @@
border-left: 0;
border-radius: 0;
}
&:first-child {
.list-group-item:first-child {
border-top: 0;
}
}
&:last-child {
.list-group-item:last-child {
border-bottom: 0;
}
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment