From a4137d2bdc7fc7807cb5c011e9953201d8180ff2 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 22 Jan 2016 11:50:59 -0500 Subject: [PATCH] fix(toolbar): remove opacity on md buttons in a toolbar remove the opacity from the activated class for md buttons closes #5131 --- ionic/components/toolbar/toolbar.md.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ionic/components/toolbar/toolbar.md.scss b/ionic/components/toolbar/toolbar.md.scss index e716193d14..ca9ca66807 100644 --- a/ionic/components/toolbar/toolbar.md.scss +++ b/ionic/components/toolbar/toolbar.md.scss @@ -143,10 +143,6 @@ ion-buttons[right] { &:hover:not(.disable-hover) { color: color-shade($fg-color); } - - &.activated { - opacity: 0.4; - } } }