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