From fef873a840add12495baa7cf2ffb5361f5ab1c63 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 11 Dec 2014 12:05:29 -0800 Subject: fix all validation, turn off some settings, add sort order --- scss/_nav.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scss/_nav.scss') diff --git a/scss/_nav.scss b/scss/_nav.scss index 7f4fc45fc..e989a40c1 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -33,8 +33,8 @@ &:hover, &:focus { color: $nav-disabled-link-hover-color; - background-color: transparent; cursor: $cursor-disabled; + background-color: transparent; } } } @@ -120,16 +120,16 @@ &:hover, &:focus { color: $component-active-color; - background-color: $component-active-bg; cursor: default; + background-color: $component-active-bg; } } } .nav-stacked { .nav-item { - float: none; display: block; + float: none; + .nav-item { margin-top: .2rem; -- cgit v1.2.3