Skip to content

Commit

Permalink
fix: enhance #tabs compatibility with #section
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Sep 6, 2019
1 parent 1588abb commit 782b4b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ exports[`Tabs scss have to match default theme snapshot 1`] = `
background-color: var(--color-mint-green-50);
box-shadow: 100vw 0 0 0 var(--color-mint-green-50); }
.dnb-tabs__tabs.dnb-section::before {
z-index: 0; }
@media screen and (max-width: 40em) {
.dnb-tabs__tabs:not(.dnb-section)::after {
content: '';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
background-color: var(--color-mint-green-50);
box-shadow: 100vw 0 0 0 var(--color-mint-green-50);
}
&.dnb-section::before {
z-index: 0;
}
@include allBelow(small) {
&:not(.dnb-section)::after {
content: '';
Expand Down

0 comments on commit 782b4b4

Please sign in to comment.