monks/caret_color

The caret-color CSS property sets the color of the insertion caret, sometimes referred to as the text input cursor. This is the visible marker appearing at the insertion point where the next character typed will be added or where the next character deleted will be removed.

Values

pub const auto_: #(String, String)
  • : Generally resolves to currentColor, the {{cssxref(“color”)}} of the text that will be modified.
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for caret-color

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for caret-color. It will be wrapped in var() and have -- prepended.

Search Document