File tree 2 files changed +3
-3
lines changed
packages/calcite-components/src/components
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* These properties can be overridden using the component's tag as selector.
5
5
*
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.
8
8
* @prop --calcite-combobox-item-background-color-active: Specifies the component's background color when active.
9
9
* @prop --calcite-combobox-item-background-color-hover: Specifies the component's background color when hovered.
10
10
* @prop --calcite-combobox-selected-icon-color: Specifies the component's selected indicator icon color.
Original file line number Diff line number Diff line change 9
9
* @prop --calcite-combobox-input-border-color: Specifies the border color of the component's input.
10
10
* @prop --calcite-combobox-input-background-color: Specifies the background color of the component's input.
11
11
* @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.
13
13
*/
14
14
15
15
:host {
You can’t perform that action at this time.
0 commit comments