Skip to content

Commit

Permalink
fix(.tab-item): make it work with activator
Browse files Browse the repository at this point in the history
Closes #1317
  • Loading branch information
ajoslin committed May 13, 2014
1 parent fe01444 commit 1b1c234
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1b1c234

Please sign in to comment.