battleaxedotco / brutalism

Battleaxe's component library for Adobe CEP panels
https://battleaxe.dev/brutalism-docs/
MIT License
91 stars 12 forks source link

Select's colors are not 100% accurate #22

Closed Inventsable closed 4 years ago

Inventsable commented 4 years ago

There's a slight but noticeable discrepancy in Select's colors for background and border, where it appears the original Starlette variables for dropdown are copies of Input for hover/idle/active states, but inside the app they are not the same. New variables for select should be created instead, or the original delta values be adjusted.

Should also note that Photoshop has anomalous white backgrounds and select colors for dropdowns. Select handles these correctly, but does not correctly assign menu item color values (still default text color instead of black/dark). Need to use a new variable for dropdown-menu-item (or similar) to separate menu contents from using the default text color value.

Inventsable commented 4 years ago

Moving topic to https://github.com/battleaxedotco/brutalism/issues/24 and closing