Skip to content

I could not change disabled input color #148

@raduiacobescu

Description

@raduiacobescu

I want to make the link gray when the [disabled] = true
I've tried: .c-inline-editor.editable-disabled, .c-inline-editor.editable-empty:hover, .c-inline-editor.editable-empty:focus, .c-inline-editor.a.editable:disabled, .c-inline-editor.a.editable-disabled, .c-inline-editor.black, .c-inline-editor.a.black { font-style: italic; color: green; text-decoration: none; } but with no luck.

My code: <inline-editor type="text" [(ngModel)]="addressData.address" (onSave)="this.patch()" name="interface" size="20" [disabled]="addressData.protocol==='dhcp'"></inline-editor>

Any advice will help, thanks

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