There is a CSS open class for the w-dropdown-toggle
and w-dropdown-list
, but the parent element w-dropdown
does not have an open state class when toggled.
Please apply the w--open
class to the parent wrapper element w-dropdown
as well when the dropdown is open, so that we can target it using custom CSS.