fix: change default opacity to disabled button opacity

This commit is contained in:
Kelvin Dart
2019-07-04 14:20:00 +01:00
parent 43b1ccc9ee
commit f478015979

View File

@@ -156,7 +156,7 @@
[disabled] .alert-button-inner {
cursor: default;
opacity: .3;
opacity: .5;
pointer-events: none;
}