]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added variable for side-nav-font-weight-active 4529/head
authorHashan Punchihewa <hashan.punchihewa@gmail.com>
Mon, 24 Feb 2014 11:05:20 +0000 (11:05 +0000)
committerHashan Punchihewa <hashan.punchihewa@gmail.com>
Mon, 24 Feb 2014 11:05:20 +0000 (11:05 +0000)
scss/foundation/components/_side-nav.scss

index b84cd45cf2d896d2b0aa03f6c230ebe23a81805b..6d2600eb05299e2c98bd7a31a05545536bcc5978 100644 (file)
@@ -19,8 +19,9 @@ $side-nav-link-color: $primary-color !default;
 $side-nav-link-color-active: scale-color(#000, $lightness: 30%) !default;
 $side-nav-font-size: rem-calc(14) !default;
 $side-nav-font-weight: normal !default;
+$side-nav-font-weight-active: $side-nav-font-weight !default;
 $side-nav-font-family: $body-font-family !default;
-$side-nav-active-font-family: $side-nav-font-family !default;
+$side-nav-font-family-active: $side-nav-font-family !default;
 
 
 
@@ -62,8 +63,8 @@ $side-nav-divider-color: scale-color(#fff, $lightness: 10%) !default;
 
     &.active > a:first-child {
       color: $side-nav-link-color-active;
-      font-weight: $side-nav-font-weight;
-      font-family: $side-nav-active-font-family;
+      font-weight: $side-nav-font-weight-active;
+      font-family: $side-nav-font-family-active;
     }
 
     &.divider {