From 9ccf308fd19ebc70c47a00d6b85b058a23f9cb24 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 18 Aug 2015 20:28:41 -0700 Subject: remove commented out nav styles --- scss/_nav.scss | 38 -------------------------------------- 1 file changed, 38 deletions(-) (limited to 'scss/_nav.scss') 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 // -- cgit v1.2.3