DropDown widget items

Variables to customize DropDown widget items

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

Background color of the current item for Dropdown widget

Type: color

Default value: $theme-currentrow-background-color

Computed value: "#0b79d1"

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

Background color of the current item for Dropdown widget when disabled

Type: color

Default value: $theme-secondary-faded-color

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

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

Background color of hovered item for Dropdown widget

Type: color

Default value: $theme-primary-faded-background-color

Computed value: "#bfdff8"

$gbc-DropDownWidget-item-checked-color

Color of the selected/checked items

Type: color

Default value: "$gbc-primary-color"

Computed value: "#0b79d1"

$gbc-DropDownWidget-item-unchecked-color

Color of the unselected/unchecked items

Type: color

Default value: $theme-secondary-color

Computed value: "#212121"

$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 widget

Type: size

Default value: $theme-checkbox-size

Computed value: "14px"