CleanSilver

Removes the blinking background - CleanSilver

Removes the blinking background

by CyrusG » Sun Apr 07, 2024 12:11 pm

How to remove the blinking when hovering an icon? Take pagination for example. When scrolling, the icon flashes.

Hope you understand what is meant.
Screenshot_1.png
Screenshot_1.png (2.01 KiB) Viewed 189 times
User avatar
CyrusG
Registered User
Posts: 51
Joined: Mon Jan 28, 2019 11:58 am
Location: London

Re: Removes the blinking background

by Mannix_ » Sun Apr 07, 2024 1:48 pm

if i understand you correctly in custom.css find and delete

Code: Select all

.button:hover:before, .button:focus:before, .button:active:before {
  -webkit-animation-name: button;
  animation-name: button;
}
You may need to purge the cache in order to see changes
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2116
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: Removes the blinking background

by CyrusG » Sun Apr 07, 2024 2:51 pm

Perfect, thanks..
User avatar
CyrusG
Registered User
Posts: 51
Joined: Mon Jan 28, 2019 11:58 am
Location: London