Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

[cinnamon 3.2] incorrect border for cinnamon menu and pop-menu #44

Open
jeweloper opened this issue Nov 8, 2016 · 0 comments
Open

[cinnamon 3.2] incorrect border for cinnamon menu and pop-menu #44

jeweloper opened this issue Nov 8, 2016 · 0 comments

Comments

@jeweloper
Copy link

It seems that with cinnamon 3.2 they replaced the selectors .popup-menu-boxpointer and .popup-menu by the new .menu selector.
Have a look at the comments in original cinnamon.css file (line 113):

/* .popup-menu-boxpointer and .popup-menu are kept for compatibility
with cinnamon version under 3.2. Use .menu in version 3.2 and above */

If you define also a .menu selector in your css file the border issues should be fixed.

Although there are problems with the size of the popup-menu-arrow.
All properties of .popup-menu-arrow selector should be replaced by the property icon-size.
In my case this fixed the problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants