Disable pointer events when disabled button is active
This commit is contained in:
parent
b225ce7f0c
commit
54ce151f5f
@ -175,7 +175,10 @@ Layout Component:
|
||||
&.is-disabled {
|
||||
opacity: 0.24;
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
|
||||
&:active {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user