Skip to content

tiny CSS suggestion: make label text non selectable #32

@NahuelGerthVK

Description

@NahuelGerthVK

Just a tiny CSS suggestion: make label text non selectable.

.p5c-options label {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

This way we could prevent unwanted text selection while moving around the recorder UI.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions