From dbe47654160d389c6991a312c9cecd2eeb9b6122 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Wed, 3 Dec 2014 11:44:35 -0500 Subject: Nested button groups with only one child now have rounded corners (Iss.#15270) --- dist/css/bootstrap.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1943a90e5..3de8a58df 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3577,12 +3577,12 @@ tbody.collapse.in { .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } -.btn-group > .btn-group:first-child > .btn:last-child, -.btn-group > .btn-group:first-child > .dropdown-toggle { +.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } -.btn-group > .btn-group:last-child > .btn:first-child { +.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } -- cgit v1.2.3