diff options
| author | gijsbotje <[email protected]> | 2017-08-16 20:14:56 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-20 12:21:24 -0700 |
| commit | bb32e9115490b142d7a6684cd508a48a1589f1c6 (patch) | |
| tree | 526365fb1857c1e6f9252ce9bf12fef5081529f6 | |
| parent | 2ba0127c9154a056d4c747d9c029f734fc5bdbc3 (diff) | |
| download | bootstrap-bb32e9115490b142d7a6684cd508a48a1589f1c6.tar.xz bootstrap-bb32e9115490b142d7a6684cd508a48a1589f1c6.zip | |
added suggested fix for list-groups with a elements
| -rw-r--r-- | scss/_card.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index 777a1a9aa..7f1811def 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -57,7 +57,8 @@ } } - .card-header + .list-group > li:first-child { + .card-header + .list-group > li:first-child, + .card-header + .list-group > a:first-child { border: 0; } } |
