diff options
| author | Mark Otto <[email protected]> | 2015-08-18 20:28:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-18 20:28:41 -0700 |
| commit | 9ccf308fd19ebc70c47a00d6b85b058a23f9cb24 (patch) | |
| tree | 38b61d9b313500bc93dff6825443c9720f389373 | |
| parent | 3dd48b8d475f727cb5aa63b09388a3a3553629be (diff) | |
| download | bootstrap-9ccf308fd19ebc70c47a00d6b85b058a23f9cb24.tar.xz bootstrap-9ccf308fd19ebc70c47a00d6b85b058a23f9cb24.zip | |
remove commented out nav styles
| -rw-r--r-- | scss/_nav.scss | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/scss/_nav.scss b/scss/_nav.scss index aa8a01e48..551f3c9cd 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -39,44 +39,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 // |
