fix(alert): fix alert button background color on activated

This commit is contained in:
Brandy Carney
2016-02-12 15:23:27 -06:00
parent e468a21139
commit fd0b8516f3

View File

@ -1,5 +1,6 @@
@import "../../globals.md";
@import "./alert";
@import "../button/button.md";
// Material Design Alerts
// --------------------------------------------------
@ -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;
}
}