diff --git a/core/src/components/alert/alert.scss b/core/src/components/alert/alert.scss index 68ec20f7ec..3658d57a91 100644 --- a/core/src/components/alert/alert.scss +++ b/core/src/components/alert/alert.scss @@ -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);