From: Mark Otto Date: Wed, 21 Dec 2016 21:07:30 +0000 (-0800) Subject: remove width 100% from positioning, remove rounded corners for utils X-Git-Tag: v4.0.0-alpha.6~292 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=819978cb71b402a603c4d0b085259aa6a0abb5cc;p=thirdparty%2Fbootstrap.git remove width 100% from positioning, remove rounded corners for utils --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 6cc1d24002..1cf854d2f5 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -39,11 +39,6 @@ right: 0; left: 0; z-index: $zindex-navbar-fixed; - - // Undo the rounded corners - @include media-breakpoint-up(sm) { - @include border-radius(0); - } } .navbar-fixed-top { @@ -58,12 +53,6 @@ position: sticky; top: 0; z-index: $zindex-navbar-sticky; - width: 100%; - - // Undo the rounded corners - @include media-breakpoint-up(sm) { - @include border-radius(0); - } }