Upgrade to nick_site commit f981fa57, adds alerts and inactive sidebar option
[ndcode_site.git] / css / bootstrap / _nav.scss
index 102bf7a..187bd88 100644 (file)
   }
 }
 
+// Nick (for stretched links)
+.nav-link-inner {
+  display: block;
+  padding: $nav-link-padding-y $nav-link-padding-x;
+  text-decoration: if($link-decoration == none, null, none);
+}
+.nav-link-outer {
+  @include hover-focus() {
+    text-decoration: none;
+    background: $nav-link-hover-bg; // Nick
+  }
+
+  // Disabled state lightens text
+  &.disabled {
+    color: $nav-link-disabled-color;
+    pointer-events: none;
+    cursor: default;
+  }
+}
+
 //
 // Tabs
 //