]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove commented out nav styles
authorMark Otto <markdotto@gmail.com>
Wed, 19 Aug 2015 03:28:41 +0000 (20:28 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 19 Aug 2015 03:28:41 +0000 (20:28 -0700)
scss/_nav.scss

index aa8a01e4811695488aea2fe659b5f404e7d7625b..551f3c9cdeeebb137521e34e971ef54ef91401ac 100644 (file)
 }
 
 
-//
-// Base styles
-//
-
-// .nav {
-//   padding-left: 0;
-//   margin-bottom: 0;
-//   list-style: none;
-//   @include clearfix();
-// }
-//
-// .nav-item {
-//   position: relative;
-//   display: inline-block;
-// }
-//
-// .nav-link {
-//   display: inline-block;
-//
-//   @include hover-focus {
-//     text-decoration: none;
-//     background-color: $nav-link-hover-bg;
-//   }
-//
-//   // Disabled state sets text to gray and nukes hover/tab effects
-//   .disabled > &,
-//   &.disabled {
-//     color: $nav-disabled-link-color;
-//
-//     @include plain-hover-focus {
-//       color: $nav-disabled-link-hover-color;
-//       cursor: $cursor-disabled;
-//       background-color: transparent;
-//     }
-//   }
-// }
-
-
 //
 // Tabs
 //