Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

237: removed JS class on non-JS implementation #246

Merged
merged 1 commit into from
Jun 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion components/_patterns/01-atoms/09-menu/tab/_tab.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.tabs__link {
.tabs__link,
.tabs__link--local-tasks {
background-color: $near-white;
border: 1px solid $gray-lightest;
border-bottom: none;
Expand Down
1 change: 0 additions & 1 deletion components/_patterns/01-atoms/09-menu/tab/tab.twig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
{%
set link_classes = [
is_active ? 'is-active',
'tabs__link',
'tabs__link--local-tasks'
]
%}
Expand Down