Skip to content

Placeholder text isn't muted for single selects #48

Closed
@Jrubzjeknf

Description

@Jrubzjeknf

As can be seen on the demo, the multi-select variant has muted placeholder text, however the single select variant doesn't.

The issue is that the color from the text-muted class is overridden by the color: inherit !important;, which is caused by this line of code.

Workaround if anyone needs it:

span.ngx-select__placeholder.text-muted {
    color: <your-muted-color> !important;
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions