From b27c7b0efa15cf9b47053913af4bd9b803940f01 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 27 Oct 2015 10:15:54 -0400 Subject: [PATCH] fix(popup): fix opactity of md buttons on activation closes #348 --- ionic/components/popup/modes/md.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ionic/components/popup/modes/md.scss b/ionic/components/popup/modes/md.scss index 6c2c9a65a7..fe2d77639e 100644 --- a/ionic/components/popup/modes/md.scss +++ b/ionic/components/popup/modes/md.scss @@ -69,5 +69,9 @@ ion-popup { @extend button[clear]; min-height: $popup-md-button-min-height; + + &.activated { + opacity: 1; + } } }