mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 16:37:47 +01:00
Make icons on buttons clickthrough to properly catch events
This commit is contained in:
parent
f7e4fc76cb
commit
41a7c89dae
1 changed files with 6 additions and 0 deletions
|
@ -55,4 +55,10 @@
|
|||
.btn-outline-#{$color} {
|
||||
color: var(--#{$color});
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
.fa {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue