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
Expected behavior
Sites using outline-dropdown should be able to set their own cssvars for these colors without overriding the gray and black base colors.
Ran into this when using outline-dropdown for the main menu items.
Actually, there might need to be variants to handle different color schemes. I could see outline-dropdown being used for a simple Select list of items, which is different than using it for the menu dropdown elements. Probably can't have a single color variable for both situations. So similar to buttons, might need to have variants like menu or select dropdowns?
The text was updated successfully, but these errors were encountered:
Related to this, the outline-dropdown has a hardcoded min-width of 350px that makes it difficult to use with menus that might have wider menu items. See the IDB for an older outline-dropdown that doesn't have these issues. Probably need some sort of width property or variant as mentioned above.
Describe the bug
The outline-dropdown component doesn't define its own color cssvars and instead is using gray and black colors:
Expected behavior
Sites using outline-dropdown should be able to set their own cssvars for these colors without overriding the gray and black base colors.
Ran into this when using outline-dropdown for the main menu items.
Actually, there might need to be variants to handle different color schemes. I could see
outline-dropdown
being used for a simple Select list of items, which is different than using it for the menu dropdown elements. Probably can't have a single color variable for both situations. So similar to buttons, might need to have variants likemenu
orselect
dropdowns?The text was updated successfully, but these errors were encountered: