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

docs(theming): document new placeholder opacity global css variable #3421

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions docs/theming/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,17 @@ While the application and stepped variables in the themes section are useful for

### Application Variables

| Name | Description |
| ------------------------- | ------------------------------------------------------------------------------------------ |
| `--ion-font-family` | Font family of the app |
| `--ion-statusbar-padding` | Statusbar padding top of the app |
| `--ion-safe-area-top` | Adjust the safe area inset top of the app |
| `--ion-safe-area-right` | Adjust the safe area inset right of the app |
| `--ion-safe-area-bottom` | Adjust the safe area inset bottom of the app |
| `--ion-safe-area-left` | Adjust the safe area inset left of the app |
| `--ion-margin` | Adjust the margin of the [Margin attributes](../layout/css-utilities.md#element-margin) |
| `--ion-padding` | Adjust the padding of the [Padding attributes](../layout/css-utilities.md#element-padding) |
| Name | Description |
| --------------------------- | ---------------------------------------------------------------------------------------------------- |
| `--ion-font-family` | Font family of the app |
| `--ion-statusbar-padding` | Statusbar padding top of the app |
| `--ion-safe-area-top` | Adjust the safe area inset top of the app |
| `--ion-safe-area-right` | Adjust the safe area inset right of the app |
| `--ion-safe-area-bottom` | Adjust the safe area inset bottom of the app |
| `--ion-safe-area-left` | Adjust the safe area inset left of the app |
| `--ion-margin` | Adjust the margin of the [Margin attributes](../layout/css-utilities.md#element-margin) |
| `--ion-padding` | Adjust the padding of the [Padding attributes](../layout/css-utilities.md#element-padding) |
| `--ion-placeholder-opacity` | Adjust the opacity of the placeholders used in the input, textarea, searchbar, and select components |

### Grid Variables

Expand Down