StartMenuItemWidget state layer
Variables to customize StartMenuWidget items hover, active and focused aspect
$gbc-StartMenuItemWidget-hover-color
Overlay color of hovered StartMenuWidget item
Type: color
Default value: "color.change($theme-hover-color, $alpha : $theme-hover-opacity)"
Computed value: "rgba(24, 24, 24, 0.1)"
$gbc-StartMenuItemWidget-active-border-width
Outline Width of active StartMenuWidget item
Type: size
Default value: $theme-active-border-width
Computed value: "2px"
$gbc-StartMenuItemWidget-active-color
Outline color of active StartMenuWidget item
Type: color
Default value: $theme-active-color
Computed value: "#0b79d1"
$gbc-StartMenuItemWidget-focus-border-width
Outline Width of focused StartMenuWidget item
Type: size
Default value: $theme-focus-border-width
Computed value: "2px"
$gbc-StartMenuItemWidget-focus-color
Outline color of focused StartMenuWidget item
Type: color
Default value: $theme-focus-color
Computed value: "#0b79d1"