Set pointer-events prop for button w/ fas icon

This commit is contained in:
billz 2023-03-25 11:56:44 +01:00
parent fcdd966619
commit 7a2b319830
1 changed files with 4 additions and 0 deletions

View File

@ -224,3 +224,7 @@ figcaption.figure-caption a {
color: #858796;
}
button > i.fas {
pointer-events: none;
}