From a2c69b814509653c454c7a91b9a7ad4521808223 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 28 Mar 2015 21:37:40 -0700 Subject: fixes #15830: properly reset border-radius on list items in collapsing panel groups --- dist/css/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 77479b251..a2c47a15e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5504,6 +5504,10 @@ a.list-group-item-danger.active:focus { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } +.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { + border-top-left-radius: 0; + border-top-right-radius: 0; +} .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } -- cgit v1.2.3