Skip to content

Commit

Permalink
fix(component): tabs
Browse files Browse the repository at this point in the history
borders for content without borders
  • Loading branch information
ygatesoupe committed Jun 16, 2016
1 parent d166eab commit 467f38d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scss/_o-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@
}

.tab-content-clear {
padding: 1em;
border: 0;
border-color: transparent;

&::before,
&::after {
display: none;
}
}

0 comments on commit 467f38d

Please sign in to comment.