How to remove the blinking when hovering an icon? Take pagination for example. When scrolling, the icon flashes.
Hope you understand what is meant.
Removes the blinking background - CleanSilver
-
- Registered User
- Posts: 51
- Joined: Mon Jan 28, 2019 11:58 am
- Location: London
Re: Removes the blinking background
if i understand you correctly in custom.css find and delete
You may need to purge the cache in order to see changes
Code: Select all
.button:hover:before, .button:focus:before, .button:active:before {
-webkit-animation-name: button;
animation-name: button;
}
-
- Registered User
- Posts: 2116
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt
Re: Removes the blinking background
Perfect, thanks..
-
- Registered User
- Posts: 51
- Joined: Mon Jan 28, 2019 11:58 am
- Location: London