Added to the button create theme the property pointer-events: none. Now the button when disabled is not clickable.
This commit is contained in:
committed by
taitus
parent
895c942a39
commit
69a97bb835
@@ -1,4 +1,7 @@
|
||||
.communities-show {
|
||||
.button.disabled, .button[disabled] {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.wide-order-selector {
|
||||
margin-top: 0;
|
||||
|
||||
Reference in New Issue
Block a user