fix(popup): fix opactity of md buttons on activation

closes #348
This commit is contained in:
Brandy Carney
2015-10-27 10:15:54 -04:00
parent 043c52cbee
commit b27c7b0efa

View File

@ -69,5 +69,9 @@ ion-popup {
@extend button[clear];
min-height: $popup-md-button-min-height;
&.activated {
opacity: 1;
}
}
}