diff --git a/package.json b/package.json index e8f7dc242..5c6f66547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vanilla-framework", - "version": "4.20.1", + "version": "4.20.2", "author": { "email": "webteam@canonical.com", "name": "Canonical Webteam" diff --git a/scss/_patterns_tabs.scss b/scss/_patterns_tabs.scss index f542c7160..acce2dcc4 100644 --- a/scss/_patterns_tabs.scss +++ b/scss/_patterns_tabs.scss @@ -8,8 +8,8 @@ position: relative; &__list { - @extend %vf-pseudo-border--bottom; - + // inset box shadow used to draw the border inside the list's box + box-shadow: inset 0 -1px 0 0 $colors--theme--border-default; display: flex; margin: 0 auto $spv--x-large; overflow-x: auto; @@ -17,9 +17,6 @@ position: relative; white-space: nowrap; width: 100%; - &::after { - background-color: $colors--theme--border-default; - } } &__item {