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' ] %}