angrycat9000 / webapp-menu

Tools for creating an accessible menu (for example: file, edit, toolbars) for web apps.
https://webapp-menu.netlify.com/
MIT License
6 stars 1 forks source link

--menu-border-width: 0 and --menu-border-radius > 0 #7

Open angrycat9000 opened 4 years ago

angrycat9000 commented 4 years ago

If you set--menu-border-width: 0 and have a border radius the .menu element does not have the border radius correctly applied.
--menu-border-radius: 1rem is a good testing value to see this.

Work-around

Use --menu-border-width: 0px instead of of --menu-border-width: 0