-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
Dropdown Hover:false #272
Comments
This doesn't happen when I test it. Are you on the Dev builds or the 0.92.1?
|
I think I've tried both, let me check it |
HTML CODE: http://pastebin.com/raw.php?i=pXnrn6yE Materialize.css: http://pastebin.com/raw.php?i=px84ckhT Materialize.js: http://pastebin.com/raw.php?i=8XwbMQ0v Actually, i am importing the full css NOT the .min one What's wrong? |
We actually fixed this problem recently, and glancing at your css file it seems you are not completely up to date. |
I just downloaded the whole github as a zip and added the css... |
Do you have a cached version or something? This is what I see in your file: .dropdown-content li {
cursor: pointer;
font-size: 1.2rem;
color: #212121;
padding: 1rem 1rem;
} This is the current file: .dropdown-content li {
cursor: pointer;
font-size: 1.2rem;
color: #212121;
}
.dropdown-content li a, .dropdown-content li span {
display: block;
padding: 1rem 1rem;
} |
Just noticed there must be something wrong.. It works (click the posts in the menu and it works) but in my localhost it does not.. hmm EDIT: Solved by adding the final line in the whole .js file instead of adding a script in the end of the html document. line: $( document ).ready(function(){ |
Hello I have noticed a bug:
It happens in the Navbar with a dropdown, look the image for more information
http://puu.sh/dxhWl/e2e2b5805a.png
If i add that line, the dropdown activates on menu item click, but it does not redirect when pressing a submenu item, but if i don't put it, it auto-loads the dropdown when the mouse is over the mnu item, and it redirects correctly when pressing a menu item
The text was updated successfully, but these errors were encountered: