diff options
| author | Chirag Modi <[email protected]> | 2017-10-02 05:53:31 +0530 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-01 17:23:31 -0700 |
| commit | deced1bf4db812b5ae22da5eb62b9643973954b3 (patch) | |
| tree | 48fd784247d1bd54af08a2b353ea051b4ec3855d /scss/_list-group.scss | |
| parent | 3ff2a2781ff9ec20a1bd2031bcfe66944935d36a (diff) | |
| download | bootstrap-deced1bf4db812b5ae22da5eb62b9643973954b3.tar.xz bootstrap-deced1bf4db812b5ae22da5eb62b9643973954b3.zip | |
Fix #23013: Add boder-top:0 in .list-group-flush .list-group-item (#23108)
Diffstat (limited to 'scss/_list-group.scss')
| -rw-r--r-- | scss/_list-group.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss index 7e0b19e01..ce3876b6c 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -86,8 +86,13 @@ .list-group-flush { .list-group-item { border-right: 0; + border-bottom: 0; border-left: 0; border-radius: 0; + + &:first-child { + border-top: 0; + } } &:first-child { |
