From: Mark Otto Date: Wed, 19 Aug 2015 03:28:41 +0000 (-0700) Subject: remove commented out nav styles X-Git-Tag: v4.0.0-alpha~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ccf308fd19ebc70c47a00d6b85b058a23f9cb24;p=thirdparty%2Fbootstrap.git remove commented out nav styles --- diff --git a/scss/_nav.scss b/scss/_nav.scss index aa8a01e481..551f3c9cde 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -38,44 +38,6 @@ } -// -// 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 //