Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down