caret-color
En esta página
| Clase | Propiedades CSS |
|---|---|
caret-inherit |
caret-color: inherit; |
caret-current |
caret-color: currentColor; |
caret-transparent |
caret-color: transparent; |
caret-<custom-property> |
caret-color: var(<custom-property>); |
caret-[<value>] |
caret-color: <value>; |
Examples#
Basic example#
Use utilities like caret-rose-500 and caret-lime-600 to change the color of the text input cursor:
{
<!-- [!code classes:caret-pink-500] -->
<textarea class="caret-pink-500 ..."></textarea>