Skip to content

Commit

Permalink
fix(): fix _tabs.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Jun 18, 2015
1 parent d9b3b80 commit 4463bff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scss/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* A navigation bar with any number of tab items supported.
*/

$tabs-margin-top: -0.1em;

.tabs {
@include display-flex();
@include flex-direction(horizontal);
Expand Down Expand Up @@ -323,7 +325,7 @@ ion-tabs {
&.tab-item-active,
&.active,
&.activated {
> .tab-title, > i{
.tab-title, i{
display:block;
margin-top: -$tabs-striped-border-width + 1px;
}
Expand All @@ -336,7 +338,7 @@ ion-tabs {
&.tab-item-active,
&.active,
&.activated {
> .tab-title, > i {
.tab-title, i {
margin-top: -0.1em;
}
}
Expand Down

0 comments on commit 4463bff

Please sign in to comment.