Skip to content

Commit 6ebd117

Browse files
geospatialembenelan
authored andcommitted
docs(combobox, combobox-item): update token descriptions (#11806)
**Related Issue:** #7180 ## Summary Tweaks the token documentation descriptions for the `combobox` and `combobox-item` components.
1 parent d436514 commit 6ebd117

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: packages/calcite-components/src/components/combobox-item/combobox-item.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* These properties can be overridden using the component's tag as selector.
55
*
6-
* @prop --calcite-combobox-text-color: Specifies the component's text color.
7-
* @prop --calcite-combobox-text-color-hover: Specifies the component's text color when hovered.
6+
* @prop --calcite-combobox-text-color: Specifies the component's text and `icon` color.
7+
* @prop --calcite-combobox-text-color-hover: Specifies the component's text and `icon` color when hovered.
88
* @prop --calcite-combobox-item-background-color-active: Specifies the component's background color when active.
99
* @prop --calcite-combobox-item-background-color-hover: Specifies the component's background color when hovered.
1010
* @prop --calcite-combobox-selected-icon-color: Specifies the component's selected indicator icon color.

Diff for: packages/calcite-components/src/components/combobox/combobox.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @prop --calcite-combobox-input-border-color: Specifies the border color of the component's input.
1010
* @prop --calcite-combobox-input-background-color: Specifies the background color of the component's input.
1111
* @prop --calcite-combobox-input-height: Specifies the height of the component's input.
12-
* @prop --calcite-combobox-input-text-color: Specifies the text color of the component's input.
12+
* @prop --calcite-combobox-input-text-color: When `selectionDisplay` is `"single"`, specifies the text color of the component's input.
1313
*/
1414

1515
:host {

0 commit comments

Comments
 (0)