DropDown items

Variables to customize DropDown items

$gbc-DropDownWidget-item-current-background-color

Background color of the current item for Dropdown

Type: color

Default value: $mt-list-currentrow-background-color

Computed value: "rgb(11, 121, 209)"

$gbc-DropDownWidget-item-current-disabled-background-color

Background color of the current item for Dropdown when disabled

Type: color

Default value: $ui-text-icon-color-faded

Computed value: "rgba(31, 31, 31, 0.54)"

$gbc-DropDownWidget-item-hover-background-color

Background color of hovered item for Dropdown

Type: color

Default value: $ui-primary-color-faded

Computed value: "#56aff6"

$gbc-DropDownWidget-item-checked-color

Color of the selected/checked items

Type: color

Default value: $ui-primary-color

Computed value: "rgb(11, 121, 209)"

$gbc-DropDownWidget-item-unchecked-color

Color of the unselected/unchecked items

Type: color

Default value: $ui-text-icon-color

Computed value: "rgb(31, 31, 31)"

$gbc-DropDownWidget-item-checked-icon

Icon used for the ListDropDownWidget checked items when multiple choice are possible

Type: string

Default value: "checkbox-marked"

Computed value: "checkbox-marked"

$gbc-DropDownWidget-item-unchecked-icon

Icon used for the ListDropDownWidget unchecked items when multiple choice are possible

Type: string

Default value: "checkbox-blank-outline"

Computed value: "checkbox-blank-outline"

$gbc-DropDownWidget-item-selected-icon

Icon used for the ListDropDownWidget selected item when only a single choice is possible

Type: string

Default value: "check"

Computed value: "check"

$gbc-DropDownWidget-item-icon-size

Icon size of items in Dropdown

Type: size

Default value: $gbc-CheckBoxWidget-checkbox-size

Computed value: "14px"