GetTerminus / terminus-oss

A collection of open source libraries.
MIT License
11 stars 10 forks source link

Menu: Consumers need to use standard button styles inside menu #495

Closed benjamincharity closed 3 years ago

benjamincharity commented 3 years ago

Originally, we were asked to allow button or links inside a menu, but it should visually look identical. This required us to overwrite button and link styles when inside a menu panel.

Now consumers are being asked to use standard buttons inside menus and are fighting the style overrides. We need to move the style overrides to a directive/class.

This is a breaking change.