--dropdown-button-background | transparent | Background color of the dropdown button. |
--dropdown-button-color | black | Text color of the dropdown button. |
--dropdown-button-border-width | 0px | Width of the dropdown button border. |
--dropdown-button-border-color | transparent | Color of the dropdown button border. |
--dropdown-button-border-radius | 0px | Border radius of the dropdown button. |
--dropdown-disabled-opacity | 0.5 | Opacity for the disabled state of the dropdown button. |
--dropdown-menu-width | 100% | Width of the dropdown menu. |
--dropdown-menu-min-width | 0 | Minimum width of the dropdown menu. |
--dropdown-menu-max-width | none | Maximum width of the dropdown menu. |
--dropdown-menu-background | white | Background color of the dropdown menu. |
--dropdown-menu-color | black | Text color of the dropdown menu. |
--dropdown-menu-border-width | 1px | Width of the dropdown menu border. |
--dropdown-menu-border-color | black | Color of the dropdown menu border. |
--dropdown-menu-border-radius | 4px | Border radius of the dropdown menu. |
--dropdown-menu-max-height | 200px | Maximum height of the dropdown menu. |
--dropdown-option-active-background | grey | Background color for active/hovered dropdown option. |
--fh-color-outline | red | Outline color for the active dropdown option. |
--fh-size-outline | 3px | Width of the outline for the active dropdown option. |
--fh-size-outline-offset | 1px | Offset of the outline for the active dropdown option. |
--dropdown-transition-duration | 0.3s | Transition duration for dropdown animations. |
--dropdown-transition-timing-function | ease-in-out | Transition timing function for dropdown animations. |