Skip to content

Commit

Permalink
fix(.tabs-icon-*): only work on directly descendant tabs
Browse files Browse the repository at this point in the history
Closes #1261
  • Loading branch information
ajoslin committed May 2, 2014
1 parent ade143e commit 77f2683
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/_tabs.scss
Expand Up @@ -157,15 +157,15 @@
}
}

.tabs-icon-left .tab-item .icon {
.tabs-icon-left > .tabs .tab-item .icon {
padding-right: 3px;
}

.tabs-icon-right .tab-item .icon {
.tabs-icon-right > .tabs .tab-item .icon {
padding-left: 3px;
}

.tabs-icon-only .icon {
.tabs-icon-only > .tabs .icon {
line-height: inherit;
}

Expand Down

0 comments on commit 77f2683

Please sign in to comment.