How to remove a hover effect of ::after of anchor, without resetting the hover? I have tried to use this but it's doesn't work.
a::after{
    pointer-events: none;
    cursor: default;
}How to remove a hover effect of ::after of anchor, without resetting the hover? I have tried to use this but it's doesn't work.
a::after{
    pointer-events: none;
    cursor: default;
}