Skip to content

Popup image is selectable when liking a song or album #536

@breimolive

Description

@breimolive

When a user likes a song or an album, a popup appears containing text and an image.
Currently, the image inside the popup is selectable/draggable, which creates an unintended UX behavior.

Image

The image should be non-selectable by applying:

.unselectable {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

Current hover issue:

Image

Fixed:

Image

Note: This issue is unrelated to the API and only affects the frontend/UI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions