From 99c9b9af7e203f7411f90e34fcdc569fc5505072 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 14 Aug 2023 10:26:38 -0400 Subject: [PATCH] docs(item): remove old demo --- docs/api/item.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/api/item.md b/docs/api/item.md index 6aaf0dd0609..5801abbcc90 100644 --- a/docs/api/item.md +++ b/docs/api/item.md @@ -121,18 +121,6 @@ import CSSProps from '@site/static/usage/v7/item/theming/css-properties/index.md - -### Input Highlight - -Items containing an input will highlight the bottom border of the input with a different color when focused, valid, or invalid. By default, `md` items have a highlight with a height set to `2px` and `ios` has no highlight (technically the height is set to `0`). The height can be changed using the `--highlight-height` CSS property. To turn off the highlight, set this variable to `0`. - -The highlight color changes based on the item state, but all of the states use Ionic colors by default. When focused, the input highlight will use the `primary` color. If the input is valid it will use the `success` color, and invalid inputs will use the `danger` color. This can be customized using the provided CSS properties. - -import InputHighlight from '@site/static/usage/v7/item/theming/input-highlight/index.md'; - - - - ## Properties