Make icons on buttons clickthrough to properly catch events

This commit is contained in:
Andreas Nedbal 2022-01-03 16:28:37 +01:00 committed by Andreas Nedbal
parent f7e4fc76cb
commit 41a7c89dae
1 changed files with 6 additions and 0 deletions

View File

@ -55,4 +55,10 @@
.btn-outline-#{$color} {
color: var(--#{$color});
}
}
.btn {
.fa {
pointer-events: none;
}
}