]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update _tabs.scss 6897/head
authorYuriy Salmin <artdoso@gmail.com>
Wed, 23 Sep 2015 14:45:36 +0000 (17:45 +0300)
committerYuriy Salmin <artdoso@gmail.com>
Wed, 23 Sep 2015 14:45:36 +0000 (17:45 +0300)
Why in tag 'a' (line 42) you are using '>' but in line 55 you are not?

scss/foundation/components/_tabs.scss

index 03fcc0f0a35a9d027fdfee8f08571eff815b1f8c..2cfdbebbbebcbe17b0fc155dd4d4bf1af2fa27bc 100644 (file)
@@ -52,7 +52,7 @@ $tabs-vertical-navigation-margin-bottom: 1.25rem !default;
           }
         }
 
-        &.active a {
+        &.active a {
           background-color: $tabs-navigation-active-bg-color;
           color: $tabs-navigation-active-font-color;
         }