Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I could not change disabled input color #148

Open
raduiacobescu opened this issue Nov 15, 2018 · 0 comments
Open

I could not change disabled input color #148

raduiacobescu opened this issue Nov 15, 2018 · 0 comments

Comments

@raduiacobescu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant