mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(alert): fix alert button background color on activated
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user