From ab5bfd20b70d39052f88ada77d6d8c3e06d6f408 Mon Sep 17 00:00:00 2001 From: Evan Willhite Date: Mon, 4 Jun 2018 16:34:17 -0500 Subject: [PATCH] 237: removed JS class on non-JS implementation --- components/_patterns/01-atoms/09-menu/tab/_tab.scss | 3 ++- components/_patterns/01-atoms/09-menu/tab/tab.twig | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/_patterns/01-atoms/09-menu/tab/_tab.scss b/components/_patterns/01-atoms/09-menu/tab/_tab.scss index dc0ff870..e1ca4e4f 100644 --- a/components/_patterns/01-atoms/09-menu/tab/_tab.scss +++ b/components/_patterns/01-atoms/09-menu/tab/_tab.scss @@ -1,4 +1,5 @@ -.tabs__link { +.tabs__link, +.tabs__link--local-tasks { background-color: $near-white; border: 1px solid $gray-lightest; border-bottom: none; diff --git a/components/_patterns/01-atoms/09-menu/tab/tab.twig b/components/_patterns/01-atoms/09-menu/tab/tab.twig index f4946b55..482d4f43 100644 --- a/components/_patterns/01-atoms/09-menu/tab/tab.twig +++ b/components/_patterns/01-atoms/09-menu/tab/tab.twig @@ -17,7 +17,6 @@ {% set link_classes = [ is_active ? 'is-active', - 'tabs__link', 'tabs__link--local-tasks' ] %}