Skip to content

Don't inherit caret colour from code-input elements into plugin dialog #203

@WebCoder49

Description

@WebCoder49

For a dark-theme code-input this causes bad contrast on the light-theme dialogs for FindAndReplace and GoToLine.

Add this to the input element's CSS in each plugin:

caretColor: currentColor; /* Don't inherit from the code-input element. */

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions