Skip to content

Commit

Permalink
fix(alert): fix alert button background color on activated
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Feb 13, 2016
1 parent e468a21 commit fd0b851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ionic/components/alert/alert.md.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import "../../globals.md";
@import "./alert";
@import "../button/button.md";

// Material Design Alerts
// --------------------------------------------------
Expand Down Expand Up @@ -226,6 +227,7 @@ $alert-md-buttons-justify-content: flex-end !default;
text-align: right;

&.activated {
background-color: $button-md-clear-active-background-color;
opacity: 1;
}
}

0 comments on commit fd0b851

Please sign in to comment.