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

content: CSS Custom Properties for ion-input #2983

Open
hannesthor opened this issue May 31, 2023 · 0 comments
Open

content: CSS Custom Properties for ion-input #2983

hannesthor opened this issue May 31, 2023 · 0 comments
Labels
content Issues related to the contents of the documentation website

Comments

@hannesthor
Copy link

Describe the Bug

The example in the documentation indicates that you can change the color on the helper and counter. However, try to change the color to, e.g. red, it does not work.

https://ionicframework.com/docs/api/input#css-custom-properties

Expected Behavior

Expect it to work as stated in the documentation

Steps to Reproduce

Follow the link to Stackblitz in the documentation, try to change the color in the following CSS

...
ion-input.custom .helper-text,
ion-input.custom .counter {
color: var(--ion-color-step-700, #373737);
}

Screenshots

No response

Operating System

Windows

Browser

Chrome

Version

113

Additional Information

No response

@hannesthor hannesthor added the triage New issues label May 31, 2023
@mapsandapps mapsandapps added the content Issues related to the contents of the documentation website label Jun 5, 2023
@ionitron-bot ionitron-bot bot removed the triage New issues label Jun 5, 2023
@mapsandapps mapsandapps changed the title bug: CSS Custom Properties content: CSS Custom Properties for ion-input Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Issues related to the contents of the documentation website
Projects
None yet
Development

No branches or pull requests

2 participants