We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug
TheHive's responsive hamburger menu is not correctly stylized to appear.
(Note that when I say 'mobile', I'm referring to the small side of responsive design, not that this service should be accessible from a phone)
At first, I thought there wasn't a hamburger menu to begin with, but mousing over the expected position revealed that there is a button there.
The button contains 3 spans with the class icon-bar:
icon-bar
This CSS class should be altered to have the property background-color: white;
background-color: white;
Result:
Alternatively, you can use the unicode char U+2630 ☰. This is pretty common and means less fighting with CSS, IMO:
The text was updated successfully, but these errors were encountered:
Wow. I didn’t even know that we had that button on mobile devices. This has been a nuance for quite some time for me :)
Sorry, something went wrong.
This is still present in TH4
#1290 Fix menu toggle icon and settings menu items
85908d4
23169ce
@nadouani 🙌 🚀
nadouani
No branches or pull requests
Mobile-responsive Hamburger not visible
Request Type
Bug
Work Environment
Problem Description
TheHive's responsive hamburger menu is not correctly stylized to appear.
(Note that when I say 'mobile', I'm referring to the small side of responsive design, not that this service should be accessible from a phone)
At first, I thought there wasn't a hamburger menu to begin with, but mousing over the expected position revealed that there is a button there.
The button contains 3 spans with the class
icon-bar
:Steps to Reproduce
Possible Solutions
This CSS class should be altered to have the property
background-color: white;
Result:
Alternatively, you can use the unicode char U+2630 ☰. This is pretty common and means less fighting with CSS, IMO:
The text was updated successfully, but these errors were encountered: