menu
Here are 1,066 public repositories matching this topic...
-
Updated
Apr 1, 2020 - Java
-
Updated
Apr 22, 2020 - Swift
-
Updated
Dec 10, 2017 - JavaScript
-
Updated
May 5, 2018 - Java
-
Updated
Apr 13, 2020 - Swift
-
Updated
May 24, 2020 - TypeScript
Description
I have a multiple monitor setup - 2 displays and my MacBook Pro's built in display. When working on another display, the menu bars on other displays goes semi-transparent. At this point, the menu bar icon becomes invisible. This can be shown below:
Occurs both on dark mode and light mode.
Inactive
.
The only way for me to get it to work was to w
Improve this page
Add a description, image, and links to the menu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the menu topic, visit your repo's landing page and select "manage topics."
I just wanted to give a heads up. In Chrome, after pressing the hamburger, a focus border shows up. See image.

To fix:
.hamburger:focus { outline: 0; }