--wje-menu-item-color | Sets the text color of the menu item. By default, it uses the value var(--wje-color) . |
--wje-menu-item-background | Defines the background color of the menu item. The default is transparent . |
--wje-menu-item-color-hover | Specifies the text color of the menu item in hover state. By default it uses var(--wje-color-contrast-8) . |
--wje-menu-item-background-hover | Sets the background color of the menu item in hover state. By default it uses var(--wje-border-color) . |
--wje-menu-item-color-focus | Defines the text color of the menu item in the focus state. By default it uses var(--wje-color-contrast-8) . |
--wje-menu-item-background-focus | Specifies the background color of the menu item in the focus state. By default it uses var(--wje-border-color) . |
--wje-menu-item-color-active | Sets the text color of the active menu item. By default it uses var(--wje-color-contrast-8) . |
--wje-menu-item-background-active | Specifies the background color of the active menu item. By default it uses var(--wje-border-color) . |
--wje-menu-item-padding-top | Specifies the top inner edge of the menu item. The default is .5rem . |
--wje-menu-item-padding-bottom | Specifies the lower inner edge of the menu item. The default is .5rem . |
--wje-menu-item-line-height | Sets the line height for the text in the menu item. The default is 1.8rem . |
--wje-menu-submenu-offset | Specifies the horizontal offset of the submenu relative to its parent element. |
--wje-menu-item-icon-visibility | Controls the visibility of the icon in the menu item. Supports visible , hidden or collapse values. |
--wje-menu-item-check-icon-display | Determines how to display the menu item check icon. The default is flex . |
--wje-menu-item-check-icon-width | Sets the width of the menu item check icon. The default is 1.5rem . |