Skip to content

Make selected text visible on the Edit modal title #1831

Closed
@jadsonlourenco

Description

@jadsonlourenco

Sometimes we need to copy the objectId, now when we click on this row open the edit modal, but when selecting the text on this modal title, blue area, we can't see that the text is selected.

The fix is just to not set, or remove, this CSS:

::selection {
    color: white;
    background: #169cee;
}

So, will use the browser default style or set a different color for the background in this style.

Current:
Screen Shot 2021-10-05 at 11 48 33

Should be:
Screen Shot 2021-10-05 at 11 48 41

Metadata

Metadata

Assignees

No one assigned

    Labels

    bounty:$10Bounty applies for fixing this issue (Parse Bounty Program)type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions