]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use correct active link color in side_nav mixin 6930/head
authorBonne Eggleston <bonne@exciton.com.au>
Sat, 10 Oct 2015 05:45:32 +0000 (13:45 +0800)
committerBonne Eggleston <bonne@exciton.com.au>
Sat, 10 Oct 2015 05:45:32 +0000 (13:45 +0800)
scss/foundation/components/_side-nav.scss

index ba74a53a97feb4c1a2be7f3d0c328e2778840dc6..83047d58e276e3889af099fc45d1b8210db6801b 100644 (file)
@@ -89,7 +89,7 @@ $side-nav-divider-color: scale-color($white, $lightness: -10%) !default;
     }
 
     &.active > a:first-child:not(.button) {
-      color: $side-nav-link-color-active;
+      color: $link-color-active;
       font-family: $side-nav-font-family-active;
       font-weight: $side-nav-font-weight-active;
     }