From 7632b8e415e6cdce7c0abdb7e6e4ee25779f660f Mon Sep 17 00:00:00 2001 From: Kitty Hurley Date: Tue, 25 Mar 2025 14:50:48 -0500 Subject: [PATCH] docs(combobox, combobox-item): update token descriptions --- .../src/components/combobox-item/combobox-item.scss | 4 ++-- .../calcite-components/src/components/combobox/combobox.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/calcite-components/src/components/combobox-item/combobox-item.scss b/packages/calcite-components/src/components/combobox-item/combobox-item.scss index 405f5c34105..b99b56ca676 100644 --- a/packages/calcite-components/src/components/combobox-item/combobox-item.scss +++ b/packages/calcite-components/src/components/combobox-item/combobox-item.scss @@ -3,8 +3,8 @@ * * These properties can be overridden using the component's tag as selector. * - * @prop --calcite-combobox-text-color: Specifies the component's text color. - * @prop --calcite-combobox-text-color-hover: Specifies the component's text color when hovered. + * @prop --calcite-combobox-text-color: Specifies the component's text and `icon` color. + * @prop --calcite-combobox-text-color-hover: Specifies the component's text and `icon` color when hovered. * @prop --calcite-combobox-item-background-color-active: Specifies the component's background color when active. * @prop --calcite-combobox-item-background-color-hover: Specifies the component's background color when hovered. * @prop --calcite-combobox-selected-icon-color: Specifies the component's selected indicator icon color. diff --git a/packages/calcite-components/src/components/combobox/combobox.scss b/packages/calcite-components/src/components/combobox/combobox.scss index 9552747c601..c47509a8c12 100644 --- a/packages/calcite-components/src/components/combobox/combobox.scss +++ b/packages/calcite-components/src/components/combobox/combobox.scss @@ -9,7 +9,7 @@ * @prop --calcite-combobox-input-border-color: Specifies the border color of the component's input. * @prop --calcite-combobox-input-background-color: Specifies the background color of the component's input. * @prop --calcite-combobox-input-height: Specifies the height of the component's input. - * @prop --calcite-combobox-input-text-color: Specifies the text color of the component's input. + * @prop --calcite-combobox-input-text-color: When `selectionDisplay` is `"single"`, specifies the text color of the component's input. */ :host {