]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add $topbar-dropdown-link-weight variable 3992/head
authorArturT <arturtrzop@gmail.com>
Thu, 26 Dec 2013 20:30:47 +0000 (21:30 +0100)
committerArturT <arturtrzop@gmail.com>
Thu, 26 Dec 2013 20:30:47 +0000 (21:30 +0100)
scss/foundation/_settings.scss
scss/foundation/components/_top-bar.scss

index aa135a7f3bcf01224f42da3a5affd9c4a482c676..464742eb660a2bfaa4c7556c98f4359a1289e7ae 100644 (file)
 // $topbar-dropdown-bg: #333;
 // $topbar-dropdown-link-color: #fff;
 // $topbar-dropdown-link-bg: #333;
+// $topbar-dropdown-link-weight: normal;
 // $topbar-dropdown-toggle-size: 5px;
 // $topbar-dropdown-toggle-color: #fff;
 // $topbar-dropdown-toggle-alpha: 0.4;
index e685fd8c17114e46a6ed2144cc02b4eb29cff655..e55b80ee46a7b12d39189323a5f2a98bec0a6f6e 100644 (file)
@@ -24,6 +24,7 @@ $topbar-title-font-size: rem-calc(17) !default;
 $topbar-dropdown-bg: #333 !default;
 $topbar-dropdown-link-color: #fff !default;
 $topbar-dropdown-link-bg: #333 !default;
+$topbar-dropdown-link-weight: normal !default;
 $topbar-dropdown-toggle-size: 5px !default;
 $topbar-dropdown-toggle-color: #fff !default;
 $topbar-dropdown-toggle-alpha: 0.4 !default;
@@ -380,7 +381,7 @@ meta.foundation-mq-topbar {
           height: auto;
 
           a {
-            font-weight: normal;
+            font-weight: $topbar-dropdown-link-weight;
             padding: 8px $topbar-height / 3;
             &.parent-link {
               font-weight: $topbar-link-weight;