From 1b1c234fff09c5669607aeacbad8611edc2f901e Mon Sep 17 00:00:00 2001 From: Andrew Joslin Date: Tue, 13 May 2014 09:09:53 -0600 Subject: [PATCH] fix(.tab-item): make it work with activator Closes #1317 --- scss/_tabs.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scss/_tabs.scss b/scss/_tabs.scss index 91a6649785b..580958a201e 100644 --- a/scss/_tabs.scss +++ b/scss/_tabs.scss @@ -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 {