1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

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

View File

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