You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dropdown component currently still shows a border when the isPlain prop is true. The pf-m-plain modifier is being applied to the outer pf-c-dropdown div instead of the pf-c-dropdown__toggle element.
The Dropdown component currently still shows a border when the
isPlainprop is true. Thepf-m-plainmodifier is being applied to the outerpf-c-dropdowndiv instead of thepf-c-dropdown__toggleelement.