Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Safari: Linked Avatars scale on hover bug #5655

Closed
@robinklix

Description

@robinklix

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions