fix(.tab-item): make it work with activator

Closes #1317
This commit is contained in:
Andrew Joslin
2014-05-13 09:09:53 -06:00
parent fe01444f95
commit 1b1c234fff

View File

@@ -194,7 +194,9 @@
/* Navigational tab */
/* Active state for tab */
.tab-item.tab-item-active {
.tab-item.tab-item-active,
.tab-item.active,
.tab-item.activated {
opacity: 1;
&.tab-item-light {