Удалить эффект падения CSS
.noHover{
pointer-events: none;
}
Muddy Mantis
.noHover{
pointer-events: none;
}
.noHover{
pointer-events: none;
}
button:hover:enabled{
/*your styles*/
}
button:active:enabled{
/*your styles*/
}
<a href='' class='btn noHover'>You cant touch ME :P</a>