fix(.tabs-icon-*): only work on directly descendant tabs

Closes #1261
This commit is contained in:
Andy Joslin
2014-05-02 12:17:49 -06:00
parent ade143ed35
commit 77f2683124

View File

@@ -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;
}