Added to the button create theme the property pointer-events: none. Now the button when disabled is not clickable.

This commit is contained in:
Alessandro Cuoghi
2017-08-25 10:48:11 +02:00
committed by taitus
parent 895c942a39
commit 69a97bb835

View File

@@ -1,4 +1,7 @@
.communities-show {
.button.disabled, .button[disabled] {
pointer-events: none;
}
.wide-order-selector {
margin-top: 0;