"Subscribe" button CSS sprite hover isn't rendering correctly

Third party plugins, patches, bugfixes
Post Reply
eduardomozart
Newbie
Posts: 18
Joined: Tue Jan 16, 2024 8:09 pm

"Subscribe" button CSS sprite hover isn't rendering correctly

Post by eduardomozart »

Hello,
When hovering the "Subscribe" Plus (+) button on page E-learning > Courses > Courses > Subscription at Google Chrome 120, it seems that the Plus button is misaligned and when hovering the hover Sprite is also misaligned and cut wrong, as can be seen in:

Image
alfa24
Senior Boarder
Posts: 2009
Joined: Fri Nov 24, 2017 8:45 am

Re: "Subscribe" button CSS sprite hover isn't rendering correctly

Post by alfa24 »

Yes, it's a bootstrap bug (/addons/jquery/bootstrap/css/bootstrap-theme-3.3.6.min.css), adding a background-position property to all .btn-default hover pseudoclass, but the button has already its image background.
Per supporto GRATUITO contattatemi in privato qui
eduardomozart
Newbie
Posts: 18
Joined: Tue Jan 16, 2024 8:09 pm

Re: "Subscribe" button CSS sprite hover isn't rendering correctly

Post by eduardomozart »

For anyone that maybe interested, I created the PR#9 that fix the issue: https://github.com/formalms/formalms/pull/9
Post Reply