mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 15:00:23 +00:00
Merge pull request #20873 from twbs/flush-list-group
Reset the left and right border on list items for flush list groups
This commit is contained in:
commit
ed7fc8bd63
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,8 @@
|
|||
|
||||
.list-group-flush {
|
||||
.list-group-item {
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue