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