mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
fix(alert): fix alert button background color on activated
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
@import "../../globals.md";
|
@import "../../globals.md";
|
||||||
@import "./alert";
|
@import "./alert";
|
||||||
|
@import "../button/button.md";
|
||||||
|
|
||||||
// Material Design Alerts
|
// Material Design Alerts
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
@ -226,6 +227,7 @@ $alert-md-buttons-justify-content: flex-end !default;
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
||||||
&.activated {
|
&.activated {
|
||||||
|
background-color: $button-md-clear-active-background-color;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user