DropDown widget state layer
Variables to customize DropDown items widget states (hover, focus, active)
$gbc-DropDownWidget-hover-color
Border color for DropDown widget when hovered
Type: number
Default value: "color.change($gbc-mt-field-hover-color, $alpha: $theme-hover-opacity)"
Computed value: "rgba(24, 24, 24, 0.1)"
$gbc-DropDownWidget-focus-border-width
Border color for DropDown widget when focused
Type: number
Default value: $theme-focus-border-width
Computed value: "2px"
$gbc-DropDownWidget-focus-color
Border color for DropDown widget when focused
Type: number
Default value: $gbc-mt-field-focus-color
Computed value: "rgba(11, 121, 209, 0.9)"
$gbc-DropDownWidget-active-border-width
Border color for DropDown widget when clicked
Type: number
Default value: $theme-active-border-width
Computed value: "2px"
$gbc-DropDownWidget-active-color
Border color for DropDown widget when clicked
Type: number
Default value: $gbc-mt-field-active-color
Computed value: "rgba(11, 121, 209, 0.5)"