--wje-menu-item-color | Sets the text color of a menu item. Accepts any valid CSS color value. |
--wje-menu-item-background | Defines the background color of a menu item. Default is transparent. Accepts any valid CSS color value. |
--wje-menu-item-color-hover | Specifies the text color of a menu item when hovered. Accepts any valid CSS color value. |
--wje-menu-item-background-hover | Sets the background color of a menu item when hovered. Accepts any valid CSS color value. |
--wje-menu-item-color-focus | Defines the text color of a menu item when focused. Accepts any valid CSS color value. |
--wje-menu-item-background-focus | Specifies the background color of a menu item when focused. Accepts any valid CSS color value. |
--wje-menu-item-color-active | Sets the text color of a menu item when active. Accepts any valid CSS color value. |
--wje-menu-item-background-active | Specifies the background color of a menu item when active. Accepts any valid CSS color value. |
--wje-menu-item-padding-top | Specifies the top padding inside a menu item. Accepts any valid CSS length value (e.g., px, rem). |
--wje-menu-item-padding-bottom | Specifies the bottom padding inside a menu item. Accepts any valid CSS length value (e.g., px, rem). |
--wje-menu-item-line-height | Sets the line height for the text within a menu item. Accepts any valid CSS length value. |
--wje-menu-submenu-offset | Determines the horizontal offset of a submenu relative to its parent. Accepts any valid CSS length value. |
--wje-menu-item-icon-visibility | Controls the visibility of the icon in a menu item. Accepts visible, hidden, or collapse. |
--wje-menu-item-safe-triangle-cursor-x | Specifies the x-coordinate of the cursor for the safe triangle area. Used for managing hover or focus transitions between menu items and submenus. |
--wje-menu-item-safe-triangle-cursor-y | Specifies the y-coordinate of the cursor for the safe triangle area. |
--wje-menu-item-safe-triangle-submenu-start-x | Defines the x-coordinate where the submenu's safe triangle starts. Helps prevent accidental submenu closing when navigating. |
--wje-menu-item-safe-triangle-submenu-start-y | Defines the y-coordinate where the submenu's safe triangle starts. |
--wje-menu-item-safe-triangle-submenu-end-x | Specifies the x-coordinate where the submenu's safe triangle ends. |
--wje-menu-item-safe-triangle-submenu-end-y | Specifies the y-coordinate where the submenu's safe triangle ends. |