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:
"Subscribe" button CSS sprite hover isn't rendering correctly
-
- Newbie
- Posts: 21
- Joined: Tue Jan 16, 2024 8:09 pm
Re: "Subscribe" button CSS sprite hover isn't rendering correctly
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
-
- Newbie
- Posts: 21
- Joined: Tue Jan 16, 2024 8:09 pm
Re: "Subscribe" button CSS sprite hover isn't rendering correctly
For anyone that maybe interested, I created the PR#9 that fix the issue: https://github.com/formalms/formalms/pull/9