From 43b1ccc9ee91046f26301c96f90e4570e58cd3de Mon Sep 17 00:00:00 2001 From: Kelvin Dart Date: Fri, 14 Jun 2019 11:51:53 +0100 Subject: [PATCH] fix(alert): apply styling to disabled items --- core/src/components/alert/alert.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) 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);