From 819978cb71b402a603c4d0b085259aa6a0abb5cc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Dec 2016 13:07:30 -0800 Subject: [PATCH] remove width 100% from positioning, remove rounded corners for utils --- scss/_navbar.scss | 11 ----------- 1 file changed, 11 deletions(-) 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); - } }