fix: Button inner elements must not have a pointer event
This commit is contained in:
parent
36919cae47
commit
fb1bd808a0
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ footer {
|
|||
|
||||
button {
|
||||
@extend .button_io;
|
||||
|
||||
&>* {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue