From fd0b8516f32b11071ca392cab656cc2a13dc2f6e Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 12 Feb 2016 15:23:27 -0600 Subject: [PATCH] fix(alert): fix alert button background color on activated --- ionic/components/alert/alert.md.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ionic/components/alert/alert.md.scss b/ionic/components/alert/alert.md.scss index 9661389f6a..4c277017c6 100644 --- a/ionic/components/alert/alert.md.scss +++ b/ionic/components/alert/alert.md.scss @@ -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; } }