From 92b3dfdfcc3333efedee4de84b5763edafcf49d2 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Sat, 21 Nov 2015 18:36:25 -0500 Subject: [PATCH] fix(tabs): md reduce opacity for inactive buttons fixes #615 --- ionic/components/tabs/modes/md.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ionic/components/tabs/modes/md.scss b/ionic/components/tabs/modes/md.scss index c1f610a73c..a2d221b038 100644 --- a/ionic/components/tabs/modes/md.scss +++ b/ionic/components/tabs/modes/md.scss @@ -14,10 +14,15 @@ $tabbar-md-item-height: 4.8rem !default; min-height: $tabbar-md-item-height; font-size: $tabbar-md-item-font-size; font-weight: $tabbar-md-item-font-weight; + opacity: 0.7; box-shadow: none; border-radius: 0; border-bottom: 2px solid transparent; + + &[aria-selected=true] { + opacity: 1.0; + } } .tab-button-text {