Make icons on buttons clickthrough to properly catch events
This commit is contained in:
parent
f7e4fc76cb
commit
41a7c89dae
|
@ -56,3 +56,9 @@
|
||||||
color: var(--#{$color});
|
color: var(--#{$color});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
.fa {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue