fix(alert): apply styling to disabled items

This commit is contained in:
Kelvin Dart
2019-06-14 11:51:53 +01:00
parent 7f1829eb21
commit 43b1ccc9ee

View File

@@ -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);