]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove width 100% from positioning, remove rounded corners for utils
authorMark Otto <markdotto@gmail.com>
Wed, 21 Dec 2016 21:07:30 +0000 (13:07 -0800)
committerMark Otto <markd.otto@gmail.com>
Thu, 22 Dec 2016 21:48:07 +0000 (13:48 -0800)
scss/_navbar.scss

index 6cc1d24002ca08ab12da934b041eb0d698935e82..1cf854d2f585f6b3128ce610941f3f0de4967053 100644 (file)
   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 {
   position: sticky;
   top: 0;
   z-index: $zindex-navbar-sticky;
-  width: 100%;
-
-  // Undo the rounded corners
-  @include media-breakpoint-up(sm) {
-    @include border-radius(0);
-  }
 }