mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(alert): apply styling to disabled items
This commit is contained in:
@@ -150,6 +150,16 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
// Alert Button: Disabled
|
||||
// --------------------------------------------------
|
||||
|
||||
[disabled] .alert-button-inner {
|
||||
cursor: default;
|
||||
opacity: .3;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.alert-tappable {
|
||||
@include margin(0);
|
||||
@include padding(0);
|
||||
|
||||
Reference in New Issue
Block a user