fix(toolbar): remove opacity on md buttons in a toolbar

remove the opacity from the activated class for md buttons

closes #5131
This commit is contained in:
Brandy Carney
2016-01-22 11:50:59 -05:00
parent 5c334fb486
commit a4137d2bdc

View File

@@ -143,10 +143,6 @@ ion-buttons[right] {
&:hover:not(.disable-hover) {
color: color-shade($fg-color);
}
&.activated {
opacity: 0.4;
}
}
}