From a0edddf75688f8da32d65775ea2b2491037d4b6d Mon Sep 17 00:00:00 2001 From: Yuriy Salmin Date: Wed, 23 Sep 2015 17:45:36 +0300 Subject: [PATCH] Update _tabs.scss Why in tag 'a' (line 42) you are using '>' but in line 55 you are not? --- scss/foundation/components/_tabs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_tabs.scss b/scss/foundation/components/_tabs.scss index 03fcc0f0a..2cfdbebbb 100644 --- a/scss/foundation/components/_tabs.scss +++ b/scss/foundation/components/_tabs.scss @@ -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; } -- 2.47.2