Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safari: Linked Avatars scale on hover bug #5655

Closed
robinklix opened this issue Aug 14, 2020 · 2 comments · Fixed by #5863
Closed

Safari: Linked Avatars scale on hover bug #5655

robinklix opened this issue Aug 14, 2020 · 2 comments · Fixed by #5863

Comments

@robinklix
Copy link

You have to use a Safari browser. You can see the bug also on the Bootstrap-Vue page if you hover the linked avatar cat list entry:
https://bootstrap-vue.org/docs/components/avatar#button

Problem:
If an avatar image is a link, than it will be added a nice little transition on the image to scale up a bit:
b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img { -webkit-transform: scale(1.15); transform: scale(1.15); }

Unfortunately this animation will cause a back and forth between a round and not round border-radius on Safari browsers.

Is there any work around or bugfix for that?

@jacobmllr95 jacobmllr95 self-assigned this Aug 20, 2020
jacobmllr95 added a commit that referenced this issue Aug 21, 2020
* fix(b-avavtar): image fit and scale

* Update _avatar.scss

* Update _avatar.scss
@jacobmllr95
Copy link
Member

Closed by #5675.

@robinklix
Copy link
Author

Thank you for your efforts, @jackmu95 Jacob!
Besten Dank 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants