fix(tabs): fix tab text color MD

references #689
This commit is contained in:
Brandy Carney
2015-12-09 12:52:23 -05:00
parent 6ca7e357b6
commit 3bebe98690

View File

@@ -34,6 +34,7 @@ tabbar {
&[aria-selected=true] {
opacity: 1.0;
color: $tab-button-md-active-color;
}
}